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] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 墻←?Q] | 10011010110101001000000110101001001111110101000101011101 | 9ad481a93f515d |
EUC-JP | 墻←?Q] | 11010100110101101010001010101011001111110101000101011101 | d4d6a2ab3f515d |
UTF-8 | 墻←댚Q] | 1110010110100010101110111110001010000110100100001110101110001100100110100101000101011101 | e5a2bbe28690eb8c9a515d |
UHC | 墻←댚Q] | 1110110111011111101000011110011110001000101111100101000101011101 | eddfa1e788be515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)