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 | 雜セ逕サヘ | 111010001011011010111110111001111001010010111011110011011111000101000010 | e8b6bee794bbcdf142 |
| EUC-JP | 雜セ逕サヘ? | 1111000010111000100011101011111011101101111101001000111010111011100011101100110100111111 | f0b88ebeedf48ebb8ecd3f |
| UTF-8 | 雜セ逕サヘ | 111010011001101110011100111011111011110110111110111010011000000010010101111011111011110110111011111011111011111010001101111011101000001010111110 | e99b9cefbdbee98095efbdbbefbe8dee82be |
| UHC | 雜?逕??? | 1110110111011010001111111100110011101111001111110011111100111111 | edda3fccef3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)