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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 墻??僥 | 100110101101010000111111001111111001100101000110 | 9ad43f3f9946 |
EUC-JP | 墻??僥 | 110101001101011000111111001111111101000110100111 | d4d63f3fd1a7 |
UTF-8 | 墻욥눈僥 | 111001011010001010111011111011001001101010100101111010111000100010001000111001011000001110100101 | e5a2bbec9aa5eb8888e583a5 |
UHC | 墻욥눈僥 | 1110110111011111101111111110100110110100101010111110100011101001 | eddfbfe9b4abe8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)