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 | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| SJIS-WIN | 璽釭式A | 111100001011100110001110101000111111101110111101100011101010111001000001 | f0b98ea3fbbd8eae41 |
| EUC-JP | ?璽釭式A | 001111111011110010100101100011111110001110101111101111001011000001000001 | 3fbca58fe3afbcb041 |
| UTF-8 | 璽釭式A | 11101110100000011011100011100111100100101011110111101001100001111010110111100101101111001000111101000001 | ee81b8e792bde987ade5bc8f41 |
| UHC | ?璽?式A | 00111111110111111101111000111111111000111101001001000001 | 3fdfde3fe3d241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)