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 | 韋キ蟾・ | 111010001110100010110111111001011011011110100101 | e8e8b7e5b7a5 |
EUC-JP | 韋キ蟾・ | 1111000011101010100011101011011111101010101110011000111010100101 | f0ea8eb7eab98ea5 |
UTF-8 | 韋キ蟾・ | 111010011001111110001011111011111011110110110111111010001001111110111110111011111011110110100101 | e99f8befbdb7e89fbeefbda5 |
UHC | 韋?蟾? | 111010101101111100111111111000001110101000111111 | eadf3fe0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)