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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 阻釋? | 1001000101101010111001111101011100111111 | 916ae7d73f |
| EUC-JP | 阻釋倜 | 11000001110010111110111011011001100011111011000111010101 | c1cbeed98fb1d5 |
| UTF-8 | 阻釋倜 | 111010011001100010111011111010011000011110001011111001011000000010011100 | e998bbe9878be5809c |
| UHC | 阻釋倜 | 111100001110011011100000101101111111010010100110 | f0e6e0b7f4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)