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 | 寥?? | 10011011100011000011111100111111 | 9b8c3f3f |
EUC-JP | 寥?? | 11010101111011000011111100111111 | d5ec3f3f |
UTF-8 | 寥흔쏨 | 111001011010111110100101111011011001110110010100111011001000111110101000 | e5afa5ed9d94ec8fa8 |
UHC | 寥흔쏨 | 111010001110111111001000111001111011110111110100 | e8efc8e7bdf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)