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 | 11100101100110110100110001101000111001011001101101001100 | e59b4c68e59b4c |
EUC-JP | 蝗Lh蝗L | 11101001111110110100110001101000111010011111101101001100 | e9fb4c68e9fb4c |
UTF-8 | 蝗Lh蝗L | 111010001001110110010111010011000110100011101000100111011001011101001100 | e89d974c68e89d974c |
UHC | 蝗Lh蝗L | 11111100110110010100110001101000111111001101100101001100 | fcd94c68fcd94c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)