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 | 11100001100011110100110001101000111000011000111101001100 | e18f4c68e18f4c |
EUC-JP | 瘴Lh瘴L | 11100001111011110100110001101000111000011110111101001100 | e1ef4c68e1ef4c |
UTF-8 | 瘴Lh瘴L | 111001111001100010110100010011000110100011100111100110001011010001001100 | e798b44c68e798b44c |
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)