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 | 爵軸頌 | 100011101101110110001110101100101110100011110001 | 8edd8eb2e8f1 |
EUC-JP | 爵軸頌 | 101111001101111110111100101101001111000011110011 | bcdfbcb4f0f3 |
UTF-8 | 爵軸頌 | 111001111000100010110101111010001011101110111000111010011010000010001100 | e788b5e8bbb8e9a08c |
UHC | 爵軸頌 | 111011011100100111110101111011101110000111101011 | edc9f5eee1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)