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 | 綉淮槇 | 111000110101010010011111110011001110101010100000 | e3549fcceaa0 |
EUC-JP | 綉淮槇 | 111001011011010111011110110011101111010010100010 | e5b5decef4a2 |
UTF-8 | 綉淮槇 | 111001111011011010001001111001101011011110101110111001101010011110000111 | e7b689e6b7aee6a787 |
UHC | ?淮? | 00111111111111001110011100111111 | 3ffce73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)