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 | 1110010010110111111001001011011101001100011010001110010010110111111001001011011101001100 | e4b7e4b74c68e4b7e4b74c |
EUC-JP | 莵莵Lh莵莵L | 1110100010111001111010001011100101001100011010001110100010111001111010001011100101001100 | e8b9e8b94c68e8b9e8b94c |
UTF-8 | 莵莵Lh莵莵L | 111010001000111010110101111010001000111010110101010011000110100011101000100011101011010111101000100011101011010101001100 | e88eb5e88eb54c68e88eb5e88eb54c |
UHC | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)