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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 縟縟莟B | 11100011011101001110001101110100111001001010111101000010 | e374e374e4af42 |
EUC-JP | 縟縟莟B | 11100101110101011110010111010101111010001011000101000010 | e5d5e5d5e8b142 |
UTF-8 | 縟縟莟B | 11100111101110001001111111100111101110001001111111101000100011101001111101000010 | e7b89fe7b89fe88e9f42 |
UHC | 縟縟?B | 111010011011001011101001101100100011111101000010 | e9b2e9b23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)