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??H??A | 001111110011111101000001001111110011111101001000001111110011111101000001 | 3f3f413f3f483f3f41 |
SJIS-WIN | ??A??H??A | 001111110011111101000001001111110011111101001000001111110011111101000001 | 3f3f413f3f483f3f41 |
EUC-JP | ??A??H??A | 001111110011111101000001001111110011111101001000001111110011111101000001 | 3f3f413f3f483f3f41 |
UTF-8 | 횂혷A횄짠H횂혷A | 111011011001101010000010111011011001100010110111010000011110110110011010100001001110110010100111101000000100100011101101100110101000001011101101100110001011011101000001 | ed9a82ed98b741ed9a84eca7a048ed9a82ed98b741 |
UHC | 횂혷A횄짠H횂혷A | 110000111000001011000010100111100100000111000011100000111100001010100111010010001100001110000010110000101001111001000001 | c382c29e41c383c2a748c382c29e41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)