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 | ïó´}B | 111011111111001110001110101101000111110101000010 | eff38eb47d42 |
SJIS-WIN | ???´}B | 00111111001111110011111110000001010011000111110101000010 | 3f3f3f814c7d42 |
EUC-JP | ïó?´}B | 1000111110101011110000011000111110101011110100010011111110100001101011010111110101000010 | 8fabc18fabd13fa1ad7d42 |
UTF-8 | ïó´}B | 11000011101011111100001110110011110000101000111011000010101101000111110101000010 | c3afc3b3c28ec2b47d42 |
UHC | ???´}B | 00111111001111110011111110100010101001010111110101000010 | 3f3f3fa2a57d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)