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 | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| SJIS-WIN | ????串?A | 0011111100111111001111110011111110001011111110000011111101000001 | 3f3f3f3f8bf83f41 |
| EUC-JP | ????串?A | 0011111100111111001111110011111110110110111110100011111101000001 | 3f3f3f3fb6fa3f41 |
| UTF-8 | 룶濫헌룴串키A | 11101011101000111011011011101111101001001010001011101101100101111000110011101011101000111011010011100100101110001011001011101101100000101010010001000001 | eba3b6efa4a2ed978ceba3b4e4b8b2ed82a441 |
| UHC | 룶濫헌룴串키A | 10001111101010111101000111111010110001111110010110001111101010011100110111111010110001011011000001000001 | 8fabd1fac7e58fa9cdfac5b041 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)