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 | ð¾¦~ | 1111000010111110100011101010011001111110 | f0be8ea67e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | ð??¦~ | 100011111010100111000011001111110011111110001111101000101100001101111110 | 8fa9c33f3f8fa2c37e |
UTF-8 | ð¾¦~ | 110000111011000011000010101111101100001010001110110000101010011001111110 | c3b0c2bec28ec2a67e |
UHC | ð¾??~ | 10101001101000111010100011111010001111110011111101111110 | a9a3a8fa3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)