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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蛟愁蛟愁^ | 111001011000000010001111010001001110010110000000100011110100010001011110 | e5808f44e5808f445e |
EUC-JP | 蛟愁蛟愁^ | 111010011110000010111101101001011110100111100000101111011010010101011110 | e9e0bda5e9e0bda55e |
UTF-8 | 蛟愁蛟愁^ | 11101000100110111001111111100110100001001000000111101000100110111001111111100110100001001000000101011110 | e89b9fe68481e89b9fe684815e |
UHC | 蛟愁蛟愁^ | 110011101111000111100001111111101100111011110001111000011111111001011110 | cef1e1fecef1e1fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)