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 | 10010111110100010100110001101000100101111101000101001100 | 97d14c6897d14c |
EUC-JP | 林Lh林L | 11001110110100110100110001101000110011101101001101001100 | ced34c68ced34c |
UTF-8 | 林Lh林L | 111001101001111010010111010011000110100011100110100111101001011101001100 | e69e974c68e69e974c |
UHC | 林Lh林L | 11010111111110010100110001101000110101111111100101001100 | d7f94c68d7f94c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)