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 | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 盖獺Lh盖獺L | 1110000110110011111000001101101001001100011010001110000110110011111000001101101001001100 | e1b3e0da4c68e1b3e0da4c |
EUC-JP | 盖獺Lh盖獺L | 1110001010110101111000001101110001001100011010001110001010110101111000001101110001001100 | e2b5e0dc4c68e2b5e0dc4c |
UTF-8 | 盖獺Lh盖獺L | 111001111001101110010110111001111000110110111010010011000110100011100111100110111001011011100111100011011011101001001100 | e79b96e78dba4c68e79b96e78dba4c |
UHC | 盖獺Lh盖獺L | 1100101111001100110100111011011101001100011010001100101111001100110100111011011101001100 | cbccd3b74c68cbccd3b74c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)