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 | 100111111101000100111111010011000110100010011111110100010011111101001100 | 9fd13f4c689fd13f4c |
EUC-JP | 湲?Lh湲?L | 110111101101001100111111010011000110100011011110110100110011111101001100 | ded33f4c68ded33f4c |
UTF-8 | 湲렯Lh湲렯L | 111001101011100110110010111010111010000010101111010011000110100011100110101110011011001011101011101000001010111101001100 | e6b9b2eba0af4c68e6b9b2eba0af4c |
UHC | 湲렯Lh湲렯L | 1110101010111000100011101011110001001100011010001110101010111000100011101011110001001100 | eab88ebc4c68eab88ebc4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)