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 | 崗皺荳 | 100110111011110011100001101100001110010010111000 | 9bbce1b0e4b8 |
EUC-JP | 崗皺荳 | 110101101011111011100010101100101110100010111010 | d6bee2b2e8ba |
UTF-8 | 崗皺荳 | 111001011011010010010111111001111001101010111010111010001000110110110011 | e5b497e79abae88db3 |
UHC | 崗皺荳 | 110010111010101111110101110101001101010011100101 | cbabf5d4d4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)