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] | 111100001011100110001110101000110101000101011101 | f0b98ea3515d |
SJIS-WIN | ???£Q] | 00111111001111110011111110000001100100100101000101011101 | 3f3f3f8192515d |
EUC-JP | ð??£Q] | 100011111010100111000011001111110011111110100001111100100101000101011101 | 8fa9c33f3fa1f2515d |
UTF-8 | ð¹£Q] | 11000011101100001100001010111001110000101000111011000010101000110101000101011101 | c3b0c2b9c28ec2a3515d |
UHC | ð¹??Q] | 1010100110100011101010011111011000111111001111110101000101011101 | a9a3a9f63f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)