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 | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-WIN | 嗽Lh嗽L | 10011010011101010100110001101000100110100111010101001100 | 9a754c689a754c |
EUC-JP | 嗽Lh嗽L | 11010011110101100100110001101000110100111101011001001100 | d3d64c68d3d64c |
UTF-8 | 嗽Lh嗽L | 111001011001011110111101010011000110100011100101100101111011110101001100 | e597bd4c68e597bd4c |
UHC | 嗽Lh嗽L | 11100001111101010100110001101000111000011111010101001100 | e1f54c68e1f54c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)