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 | éò½Q] | 111010011111001010001110101111010101000101011101 | e9f28ebd515d |
SJIS-WIN | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
EUC-JP | éò??Q] | 10001111101010111011000110001111101010111101001000111111001111110101000101011101 | 8fabb18fabd23f3f515d |
UTF-8 | éò½Q] | 11000011101010011100001110110010110000101000111011000010101111010101000101011101 | c3a9c3b2c28ec2bd515d |
UHC | ???½Q] | 00111111001111110011111110101000111101100101000101011101 | 3f3f3fa8f6515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)