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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 雜吝ョ溯 | 11101000101101101001100111100101101011101001111111101000 | e8b699e5ae9fe8 |
| EUC-JP | 雜吝ョ溯 | 1111000010111000110100101110011110001110101011101101111011101010 | f0b8d2e78eaedeea |
| UTF-8 | 雜吝ョ溯 | 111010011001101110011100111001011001000010011101111011111011110110101110111001101011101010101111 | e99b9ce5909defbdaee6baaf |
| UHC | 雜吝?溯 | 11101101110110101101011111110000001111111110000110111101 | eddad7f03fe1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)