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 | ð£°G | 1111000010100011100011101011000001000111 | f0a38eb047 |
SJIS-WIN | ?£?°G | 00111111100000011001001000111111100000011000101101000111 | 3f81923f818b47 |
EUC-JP | �G | 100011111010100111000011101000011111001000111111101000011110101101000111 | 8fa9c3a1f23fa1eb47 |
UTF-8 | ð£°G | 110000111011000011000010101000111100001010001110110000101011000001000111 | c3b0c2a3c28ec2b047 |
UHC | ð??°G | 10101001101000110011111100111111101000011100011001000111 | a9a33f3fa1c647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)