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 | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 雜鶩BF | 111010001011011011101010010011100100001001000110 | e8b6ea4e4246 |
EUC-JP | 雜鶩BF | 111100001011100011110011101011110100001001000110 | f0b8f3af4246 |
UTF-8 | 雜鶩BF | 1110100110011011100111001110100110110110101010010100001001000110 | e99b9ce9b6a94246 |
UHC | 雜鶩BF | 111011011101101011011001110100000100001001000110 | eddad9d04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)