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 | ðù³E | 1111000011111001100011101011001101000101 | f0f98eb345 |
SJIS-WIN | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
EUC-JP | ðù??E | 100011111010100111000011100011111010101111100011001111110011111101000101 | 8fa9c38fabe33f3f45 |
UTF-8 | ðù³E | 110000111011000011000011101110011100001010001110110000101011001101000101 | c3b0c3b9c28ec2b345 |
UHC | ð??³E | 10101001101000110011111100111111101010011111100001000101 | a9a33f3fa9f845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)