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 | 螳滄魂 | 111001011010111010011111111010011000110110110000 | e5ae9fe98db0 |
EUC-JP | 螳滄魂 | 111010101011000011011110111010111011101010110010 | eab0deebbab2 |
UTF-8 | 螳滄魂 | 111010001001111010110011111001101011101110000100111010011010110110000010 | e89eb3e6bb84e9ad82 |
UHC | 螳滄魂 | 110100111101100111110011111001111111101111101011 | d3d9f3e7fbeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)