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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 冗冗^ | 100011111110011111110100011111011000111111100111111101000111101101011110 | 8fe7f47d8fe7f47b5e |
EUC-JP | 冗?冗?^ | 10111110111010010011111110111110111010010011111101011110 | bee93fbee93f5e |
UTF-8 | 冗冗^ | 11100101100001101001011111101110100011001010110111100101100001101001011111101110100011001010101101011110 | e58697ee8cade58697ee8cab5e |
UHC | 冗?冗?^ | 11101001101101110011111111101001101101110011111101011110 | e9b73fe9b73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)