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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 墻??浴? | 10011010110101000011111100111111100101111000000100111111 | 9ad43f3f97813f |
| EUC-JP | 墻??浴? | 11010100110101100011111100111111110011011110000100111111 | d4d63f3fcde13f |
| UTF-8 | 墻욤나浴㎩ | 111001011010001010111011111011001001101010100100111010111000001010011000111001101011010110110100111000111000111010101001 | e5a2bbec9aa4eb8298e6b5b4e38ea9 |
| UHC | 墻욤나浴㎩ | 11101101110111111011111111101000101100111010101011101001101100011010011111100101 | eddfbfe8b3aae9b1a7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)