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 | 踝セ鮖ソ隶拶 | 11100110111101001011111011101001101110011011111111101000101011101000111001000001 | e6f4bee9b9bfe8ae8e41 |
| EUC-JP | 踝セ鮖ソ隶拶 | 111011001111011010001110101111101111001010111011100011101011111111110000101100001011101110100010 | ecf68ebef2bb8ebff0b0bba2 |
| UTF-8 | 踝セ鮖ソ隶拶 | 111010001011100010011101111011111011110110111110111010011010111010010110111011111011110110111111111010011001101010110110111001101000101110110110 | e8b89defbdbee9ae96efbdbfe99ab6e68bb6 |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)