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^ | 111100011110010110001110101100100110001101011110 | f1e58eb2635e |
SJIS-WIN | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
EUC-JP | ñå??c^ | 10001111101010111101000010001111101010111010100100111111001111110110001101011110 | 8fabd08faba93f3f635e |
UTF-8 | ñå²c^ | 11000011101100011100001110100101110000101000111011000010101100100110001101011110 | c3b1c3a5c28ec2b2635e |
UHC | ???²c^ | 00111111001111110011111110101001111101110110001101011110 | 3f3f3fa9f7635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)