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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | ??循A | 0011111100111111100011110111101001000001 | 3f3f8f7a41 |
| EUC-JP | ??循A | 0011111100111111101111011101101101000001 | 3f3fbddb41 |
| UTF-8 | 롍렳循A | 11101011101000011000110111101011101000001011001111100101101111101010101001000001 | eba18deba0b3e5beaa41 |
| UHC | 롍렳循A | 10001110110100111000111011000000111000101110000001000001 | 8ed38ec0e2e041 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)