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 | 紆擒 | 11100010111111001001110110100000 | e2fc9da0 |
EUC-JP | 紆擒 | 11100100111111101101101010100010 | e4fedaa2 |
UTF-8 | 紆擒 | 111001111011010010000110111001101001001110010010 | e7b486e69392 |
UHC | 紆擒 | 11101001111000011101000011010011 | e9e1d0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)