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 | 1110000101000100001111110100001001000110 | e1443f4246 |
EUC-JP | 瓮?BF | 1110000110100101001111110100001001000110 | e1a53f4246 |
UTF-8 | 瓮웣BF | 1110011110010011101011101110110010011011101000110100001001000110 | e793aeec9ba34246 |
UHC | 瓮웣BF | 111010001011011110011111011011110100001001000110 | e8b79f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)