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 | 跣僭 | 11100110111011111001100101000111 | e6ef9947 |
EUC-JP | 跣僭 | 11101100111100011101000110101000 | ecf1d1a8 |
UTF-8 | 跣僭 | 111010001011011110100011111001011000001110101101 | e8b7a3e583ad |
UHC | 跣僭 | 11100000110100111111001111010000 | e0d3f3d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)