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 | ò¥¡wh | 111100101010010110001110101000010111011101101000 | f2a58ea17768 |
SJIS-WIN | ?¥??wh | 00111111100000011000111100111111001111110111011101101000 | 3f818f3f3f7768 |
EUC-JP | ò??¡wh | 10001111101010111101001000111111001111111000111110100010110000100111011101101000 | 8fabd23f3f8fa2c27768 |
UTF-8 | ò¥¡wh | 11000011101100101100001010100101110000101000111011000010101000010111011101101000 | c3b2c2a5c28ec2a17768 |
UHC | ???¡wh | 00111111001111110011111110100010101011100111011101101000 | 3f3f3fa2ae7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)