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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 螳∬ | 11100101101011101000000111101000 | e5ae81e8 |
EUC-JP | 螳∬ | 11101010101100001010001011101010 | eab0a2ea |
UTF-8 | 螳∬ | 111010001001111010110011111000101000100010101100 | e89eb3e288ac |
UHC | 螳∬ | 11010011110110011010000111110011 | d3d9a1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)