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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 秩??蒡 | 100100101000000100111111001111111110010011101110 | 92813f3fe4ee |
EUC-JP | 秩??蒡 | 110000111110000100111111001111111110100011110000 | c3e13f3fe8f0 |
UTF-8 | 秩샵뤶蒡 | 111001111010011110101001111011001000001110110101111010111010010010110110111010001001001010100001 | e7a7a9ec83b5eba4b6e892a1 |
UHC | 秩샵뤶蒡 | 1111001011110001101111001010010110001111111001001101101110111100 | f2f1bca58fe4dbbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)