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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 曄??h曄 | 10011110010000000011111100111111011010001001111001000000 | 9e403f3f689e40 |
EUC-JP | 曄??h曄 | 11011011101000010011111100111111011010001101101110100001 | dba13f3f68dba1 |
UTF-8 | 曄쒕젉h曄 | 11100110100110111000010011101100100100101001010111101100101000001000100101101000111001101001101110000100 | e69b84ec9295eca08968e69b84 |
UHC | 曄쒕젉h曄 | 111001111010010110011100111010111010000010001011011010001110011110100101 | e7a59ceba08b68e7a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)