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 | ð¾¦P | 1111000010111110100011101010011001010000 | f0be8ea650 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ð??¦P | 100011111010100111000011001111110011111110001111101000101100001101010000 | 8fa9c33f3f8fa2c350 |
UTF-8 | ð¾¦P | 110000111011000011000010101111101100001010001110110000101010011001010000 | c3b0c2bec28ec2a650 |
UHC | ð¾??P | 10101001101000111010100011111010001111110011111101010000 | a9a3a8fa3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)