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 | 暦淮槇 | 100101111110111110011111110011001110101010100000 | 97ef9fcceaa0 |
EUC-JP | 暦淮槇 | 110011101111000111011110110011101111010010100010 | cef1decef4a2 |
UTF-8 | 暦淮槇 | 111001101001101010100110111001101011011110101110111001101010011110000111 | e69aa6e6b7aee6a787 |
UHC | ?淮? | 00111111111111001110011100111111 | 3ffce73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)