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 | ðïÓ©^ | 1111000011101111110100111010100101011110 | f0efd3a95e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ðïÓ©^ | 10001111101010011100001110001111101010111100000110001111101010101101000110001111101000101110110101011110 | 8fa9c38fabc18faad18fa2ed5e |
UTF-8 | ðïÓ©^ | 110000111011000011000011101011111100001110010011110000101010100101011110 | c3b0c3afc393c2a95e |
UHC | ð???^ | 101010011010001100111111001111110011111101011110 | a9a33f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)