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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 茁?潔c^ | 11111011100100110011111110001100100010010110001101011110 | fb933f8c89635e |
EUC-JP | 茁?潔c^ | 1000111111010111110111100011111110110111111010010110001101011110 | 8fd7de3fb7e9635e |
UTF-8 | 茁흗潔c^ | 1110100010001100100000011110110110011101100101111110011010111101100101000110001101011110 | e88c81ed9d97e6bd94635e |
UHC | 茁흗潔c^ | 1111000111101000110010001110100111001100101111100110001101011110 | f1e8c8e9ccbe635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)