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 | 譯蓄 | 11100110101000011001001001111110 | e6a1927e |
EUC-JP | 譯蓄 | 11101100101000111100001111011111 | eca3c3df |
UTF-8 | 譯蓄 | 111010001010110110101111111010001001001110000100 | e8adafe89384 |
UHC | 譯蓄 | 11100110101110111111010111101011 | e6bbf5eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)