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 | 尅拑癪 | 100110111001000110011101010110011110000110011011 | 9b919d59e19b |
EUC-JP | 尅拑癪 | 110101011111000111011001101110101110000111111011 | d5f1d9bae1fb |
UTF-8 | 尅拑癪 | 111001011011000010000101111001101000101110010001111001111001100110101010 | e5b085e68b91e799aa |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)