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 | è÷Q] | 1110100011110111100111010101000101011101 | e8f79d515d |
SJIS-WIN | ?÷?Q] | 001111111000000110000000001111110101000101011101 | 3f81803f515d |
EUC-JP | è÷?Q] | 1000111110101011101100101010000111100000001111110101000101011101 | 8fabb2a1e03f515d |
UTF-8 | è÷Q] | 1100001110101000110000111011011111000010100111010101000101011101 | c3a8c3b7c29d515d |
UHC | ?÷?Q] | 001111111010000111000000001111110101000101011101 | 3fa1c03f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)