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 | äCt | 11100100100110101000001110001111100011110100001101110100 | e49a838f8f4374 |
SJIS-WIN | ?????Ct | 00111111001111110011111100111111001111110100001101110100 | 3f3f3f3f3f4374 |
EUC-JP | ä????Ct | 100011111010101110100011001111110011111100111111001111110100001101110100 | 8faba33f3f3f3f4374 |
UTF-8 | äCt | 110000111010010011000010100110101100001010000011110000101000111111000010100011110100001101110100 | c3a4c29ac283c28fc28f4374 |
UHC | ?????Ct | 00111111001111110011111100111111001111110100001101110100 | 3f3f3f3f3f4374 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)