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 | 紹褊 | 10001111110100001110010111101101 | 8fd0e5ed |
EUC-JP | 紹褊 | 10111110110100101110101011101111 | bed2eaef |
UTF-8 | 紹褊 | 111001111011010010111001111010001010010010001010 | e7b4b9e8a48a |
UHC | 紹? | 111000011100100100111111 | e1c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)