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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 墻??浴?? | 1001101011010100001111110011111110010111100000010011111100111111 | 9ad43f3f97813f3f |
| EUC-JP | 墻??浴?? | 1101010011010110001111110011111111001101111000010011111100111111 | d4d63f3fcde13f3f |
| UTF-8 | 墻욤나浴㎩뤀 | 111001011010001010111011111011001001101010100100111010111000001010011000111001101011010110110100111000111000111010101001111010111010010010000000 | e5a2bbec9aa4eb8298e6b5b4e38ea9eba480 |
| UHC | 墻욤나浴㎩뤀 | 111011011101111110111111111010001011001110101010111010011011000110100111111001011000111110110001 | eddfbfe8b3aae9b1a7e58fb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)