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 | ûU½ûU½B | 111110110101010110001110101111011111101101010101100011101011110101000010 | fb558ebdfb558ebd42 |
SJIS-WIN | ?U???U??B | 001111110101010100111111001111110011111101010101001111110011111101000010 | 3f553f3f3f553f3f42 |
EUC-JP | ûU??ûU??B | 10001111101010111110010101010101001111110011111110001111101010111110010101010101001111110011111101000010 | 8fabe5553f3f8fabe5553f3f42 |
UTF-8 | ûU½ûU½B | 110000111011101101010101110000101000111011000010101111011100001110111011010101011100001010001110110000101011110101000010 | c3bb55c28ec2bdc3bb55c28ec2bd42 |
UHC | ?U?½?U?½B | 0011111101010101001111111010100011110110001111110101010100111111101010001111011001000010 | 3f553fa8f63f553fa8f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)