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 | 11101000111110110100110001101000111010001111101101001100 | e8fb4c68e8fb4c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | èûLhèûL | 100011111010101110110010100011111010101111100101010011000110100010001111101010111011001010001111101010111110010101001100 | 8fabb28fabe54c688fabb28fabe54c |
UTF-8 | èûLhèûL | 1100001110101000110000111011101101001100011010001100001110101000110000111011101101001100 | c3a8c3bb4c68c3a8c3bb4c |
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)