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 | äóZ\h | 1110010011110011100000111000111110001111010110100101110001101000 | e4f3838f8f5a5c68 |
SJIS-WIN | ?????Z\h | 0011111100111111001111110011111100111111010110100101110001101000 | 3f3f3f3f3f5a5c68 |
EUC-JP | äó???Z\h | 100011111010101110100011100011111010101111010001001111110011111100111111010110100101110001101000 | 8faba38fabd13f3f3f5a5c68 |
UTF-8 | äóZ\h | 11000011101001001100001110110011110000101000001111000010100011111100001010001111010110100101110001101000 | c3a4c3b3c283c28fc28f5a5c68 |
UHC | ?????Z\h | 0011111100111111001111110011111100111111010110100101110001101000 | 3f3f3f3f3f5a5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)