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 | 11100100111100110100110001101000111001001111001101001100 | e4f34c68e4f34c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | äóLhäóL | 100011111010101110100011100011111010101111010001010011000110100010001111101010111010001110001111101010111101000101001100 | 8faba38fabd14c688faba38fabd14c |
UTF-8 | äóLhäóL | 1100001110100100110000111011001101001100011010001100001110100100110000111011001101001100 | c3a4c3b34c68c3a4c3b34c |
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)