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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 祭荳d | 100011011101010111100100101110001000001010000100 | 8dd5e4b88284 |
EUC-JP | 祭荳d | 101110101101011111101000101110101010001111100100 | bad7e8baa3e4 |
UTF-8 | 祭荳d | 111001111010010110101101111010001000110110110011111011111011110110000100 | e7a5ade88db3efbd84 |
UHC | 祭荳d | 111100001010111011010100111001011010001111100100 | f0aed4e5a3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)