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 | ??B | 001111110011111101000010 | 3f3f42 |
| SJIS-WIN | 漕漕B | 1001000110000110100100011000011001000010 | 9186918642 |
| EUC-JP | 漕漕B | 1100000111100110110000011110011001000010 | c1e6c1e642 |
| UTF-8 | 漕漕B | 11100110101111001001010111100110101111001001010101000010 | e6bc95e6bc9542 |
| UHC | 漕漕B | 1111000011001100111100001100110001000010 | f0ccf0cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)