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^ | 111100001111111010001110101000110110001101011110 | f0fe8ea3635e |
SJIS-WIN | ???£c^ | 00111111001111110011111110000001100100100110001101011110 | 3f3f3f8192635e |
EUC-JP | ðþ?£c^ | 1000111110101001110000111000111110101001110100000011111110100001111100100110001101011110 | 8fa9c38fa9d03fa1f2635e |
UTF-8 | ðþ£c^ | 11000011101100001100001110111110110000101000111011000010101000110110001101011110 | c3b0c3bec28ec2a3635e |
UHC | ðþ??c^ | 1010100110100011101010011010110100111111001111110110001101011110 | a9a3a9ad3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)