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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | `ヽ`ヽB | 100000010100110110000001010100101000000101001101100000010101001001000010 | 814d8152814d815242 |
| EUC-JP | `ヽ`ヽB | 101000011010111010100001101100111010000110101110101000011011001101000010 | a1aea1b3a1aea1b342 |
| UTF-8 | `ヽ`ヽB | 11101111101111011000000011100011100000111011110111101111101111011000000011100011100000111011110101000010 | efbd80e383bdefbd80e383bd42 |
| UHC | `?`?B | 10100011111000000011111110100011111000000011111101000010 | a3e03fa3e03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)