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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螳、蜀僥 | 11100101101011101010010011100101100001101001100101000110 | e5aea4e5869946 |
EUC-JP | 螳、蜀僥 | 1110101010110000100011101010010011101001111001101101000110100111 | eab08ea4e9e6d1a7 |
UTF-8 | 螳、蜀僥 | 111010001001111010110011111011111011110110100100111010001001110010000000111001011000001110100101 | e89eb3efbda4e89c80e583a5 |
UHC | 螳?蜀僥 | 11010011110110010011111111110101101110011110100011101001 | d3d93ff5b9e8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)