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 | 蛟? | 111001011000000000111111 | e5803f |
EUC-JP | 蛟焰 | 1110100111100000100011111100100111101111 | e9e08fc9ef |
UTF-8 | 蛟焰 | 111010001001101110011111111001111000010010110000 | e89b9fe784b0 |
UHC | 蛟焰 | 11001110111100011110011011111011 | cef1e6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)