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 | 11100100111110010100110001101000111001001111100101001100 | e4f94c68e4f94c |
EUC-JP | 蕀Lh蕀L | 11101000111110110100110001101000111010001111101101001100 | e8fb4c68e8fb4c |
UTF-8 | 蕀Lh蕀L | 111010001001010110000000010011000110100011101000100101011000000001001100 | e895804c68e895804c |
UHC | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)