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 | ©Áu^ | 1000111110101001110000010111010101011110 | 8fa9c1755e |
| SJIS-WIN | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
| EUC-JP | ?©Áu^ | 001111111000111110100010111011011000111110101010101000010111010101011110 | 3f8fa2ed8faaa1755e |
| UTF-8 | ©Áu^ | 1100001010001111110000101010100111000011100000010111010101011110 | c28fc2a9c381755e |
| UHC | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)