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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 瑯瓊 | 11100000111001011110000011111001 | e0e5e0f9 |
EUC-JP | 瑯瓊 | 11100000111001111110000011111011 | e0e7e0fb |
UTF-8 | 瑯瓊 | 111001111001000110101111111001111001001110001010 | e791afe7938a |
UHC | 瑯瓊 | 11010101110010111100110011100001 | d5cbcce1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)