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 | 蛟泝 | 11100101100000001001111110011011 | e5809f9b |
EUC-JP | 蛟泝 | 11101001111000001101110111111011 | e9e0ddfb |
UTF-8 | 蛟泝 | 111010001001101110011111111001101011001110011101 | e89b9fe6b39d |
UHC | 蛟? | 110011101111000100111111 | cef13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)