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 | 跣瓔 | 11100110111011111110000011111011 | e6efe0fb |
EUC-JP | 跣瓔 | 11101100111100011110000011111101 | ecf1e0fd |
UTF-8 | 跣瓔 | 111010001011011110100011111001111001001110010100 | e8b7a3e79394 |
UHC | 跣瓔 | 11100000110100111110011111000010 | e0d3e7c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)