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 | ûV°wh | 111110110101011010001110101100000111011101101000 | fb568eb07768 |
SJIS-WIN | ?V?°wh | 00111111010101100011111110000001100010110111011101101000 | 3f563f818b7768 |
EUC-JP | ûV?°wh | 100011111010101111100101010101100011111110100001111010110111011101101000 | 8fabe5563fa1eb7768 |
UTF-8 | ûV°wh | 110000111011101101010110110000101000111011000010101100000111011101101000 | c3bb56c28ec2b07768 |
UHC | ?V?°wh | 00111111010101100011111110100001110001100111011101101000 | 3f563fa1c67768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)