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 | 1110100011011001111010001110110101001100011010001110100011011001111010001110110101001100 | e8d9e8ed4c68e8d9e8ed4c |
EUC-JP | 鞁竟Lh鞁竟L | 1111000011011011111100001110111101001100011010001111000011011011111100001110111101001100 | f0dbf0ef4c68f0dbf0ef4c |
UTF-8 | 鞁竟Lh鞁竟L | 111010011001111010000001111001111010101110011111010011000110100011101001100111101000000111100111101010111001111101001100 | e99e81e7ab9f4c68e99e81e7ab9f4c |
UHC | ?竟Lh?竟L | 001111111100110011100101010011000110100000111111110011001110010101001100 | 3fcce54c683fcce54c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)