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 | 1110010111001001111001011100100101001100011010001110010111001001111001011100100101001100 | e5c9e5c94c68e5c9e5c94c |
EUC-JP | 衙衙Lh衙衙L | 1110101011001011111010101100101101001100011010001110101011001011111010101100101101001100 | eacbeacb4c68eacbeacb4c |
UTF-8 | 衙衙Lh衙衙L | 111010001010000110011001111010001010000110011001010011000110100011101000101000011001100111101000101000011001100101001100 | e8a199e8a1994c68e8a199e8a1994c |
UHC | 衙衙Lh衙衙L | 1110010010110111111001001011011101001100011010001110010010110111111001001011011101001100 | e4b7e4b74c68e4b7e4b74c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)