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 | 逍セ鮖ソ隶拶 | 11100111100101101011111011101001101110011011111111101000101011101000111001000001 | e796bee9b9bfe8ae8e41 |
| EUC-JP | 逍セ鮖ソ隶拶 | 111011011111011010001110101111101111001010111011100011101011111111110000101100001011101110100010 | edf68ebef2bb8ebff0b0bba2 |
| UTF-8 | 逍セ鮖ソ隶拶 | 111010011000000010001101111011111011110110111110111010011010111010010110111011111011110110111111111010011001101010110110111001101000101110110110 | e9808defbdbee9ae96efbdbfe99ab6e68bb6 |
| UHC | 逍????? | 11100001110011100011111100111111001111110011111100111111 | e1ce3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)