To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?跌楡 | 0011111111100110111010011001111010111110 | 3fe6e99ebe |
EUC-JP | ?跌楡 | 0011111111101100111010111101110011000000 | 3fecebdcc0 |
UTF-8 | 랖跌楡 | 111010111001111010010110111010001011011110001100111001101010010110100001 | eb9e96e8b78ce6a5a1 |
UHC | 랖跌楡 | 101101101111110111110010111101101110101011111000 | b6fdf2f6eaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)