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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嶸疾 | 111110101011010010001110101111101111001010110011 | fab48ebef2b3 |
EUC-JP | 嶸疾? | 100011111011101111110100101111001100000000111111 | 8fbbf4bcc03f |
UTF-8 | 嶸疾 | 111001011011011010111000111001111001011010111110111011101000011110101010 | e5b6b8e796beee87aa |
UHC | 嶸疾? | 1110011110101110111100101111000000111111 | e7aef2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)