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 | 111010011111001000111111010011000110100011101001111100100011111101001100 | e9f23f4c68e9f23f4c |
EUC-JP | 鶯?Lh鶯?L | 111100101111010000111111010011000110100011110010111101000011111101001100 | f2f43f4c68f2f43f4c |
UTF-8 | 鶯밿Lh鶯밿L | 111010011011011010101111111010111011000010111111010011000110100011101001101101101010111111101011101100001011111101001100 | e9b6afebb0bf4c68e9b6afebb0bf4c |
UHC | 鶯밿Lh鶯밿L | 1110010110100011100100110110100101001100011010001110010110100011100100110110100101001100 | e5a393694c68e5a393694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)