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 | 100111100100100000111111010011000110100010011110010010000011111101001100 | 9e483f4c689e483f4c |
EUC-JP | 曰?Lh曰?L | 110110111010100100111111010011000110100011011011101010010011111101001100 | dba93f4c68dba93f4c |
UTF-8 | 曰읐Lh曰읐L | 111001101001101110110000111011001001110110010000010011000110100011100110100110111011000011101100100111011001000001001100 | e69bb0ec9d904c68e69bb0ec9d904c |
UHC | 曰읐Lh曰읐L | 1110100011011000100111111100001001001100011010001110100011011000100111111100001001001100 | e8d89fc24c68e8d89fc24c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)