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 | ?B | 0011111101000010 | 3f42 |
SJIS-WIN | 拗B | 100111010101100001000010 | 9d5842 |
EUC-JP | 拗B | 110110011011100101000010 | d9b942 |
UTF-8 | 拗B | 11100110100010111001011101000010 | e68b9742 |
UHC | 拗B | 111010001111001101000010 | e8f342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)