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 | ©Áx©ÁxB | 100011111010100111000001011110001000111110101001110000010111100001000010 | 8fa9c1788fa9c17842 |
| SJIS-WIN | ???x???xB | 001111110011111100111111011110000011111100111111001111110111100001000010 | 3f3f3f783f3f3f7842 |
| EUC-JP | ?©Áx?©ÁxB | 0011111110001111101000101110110110001111101010101010000101111000001111111000111110100010111011011000111110101010101000010111100001000010 | 3f8fa2ed8faaa1783f8fa2ed8faaa17842 |
| UTF-8 | ©Áx©ÁxB | 110000101000111111000010101010011100001110000001011110001100001010001111110000101010100111000011100000010111100001000010 | c28fc2a9c38178c28fc2a9c3817842 |
| UHC | ???x???xB | 001111110011111100111111011110000011111100111111001111110111100001000010 | 3f3f3f783f3f3f7842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)