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 | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| EUC-JP | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| UTF-8 | 혧챦혦횗혡혝A | 11101101100110001010011111101100101100011010011011101101100110001010011011101101100110101001011111101101100110001010000111101101100110001001110101000001 | ed98a7ecb1a6ed98a6ed9a97ed98a1ed989d41 |
| UHC | 혧챦혦횗혡혝A | 11000010100011111100001110101111110000101000111011000011100100011100001010001010110000101000011101000001 | c28fc3afc28ec391c28ac28741 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)