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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 諄??BF | 111001100111100000111111001111110100001001000110 | e6783f3f4246 |
EUC-JP | 諄??BF | 111010111101100100111111001111110100001001000110 | ebd93f3f4246 |
UTF-8 | 諄럩깳BF | 1110100010101011100001001110101110011111101010011110101010111001101100110100001001000110 | e8ab84eb9fa9eab9b34246 |
UHC | 諄럩깳BF | 1110001011110100100011101000110010000011101000010100001001000110 | e2f48e8c83a14246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)