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°}B | 111110110100011110001110101100000111110101000010 | fb478eb07d42 |
SJIS-WIN | ?G?°}B | 00111111010001110011111110000001100010110111110101000010 | 3f473f818b7d42 |
EUC-JP | ûG?°}B | 100011111010101111100101010001110011111110100001111010110111110101000010 | 8fabe5473fa1eb7d42 |
UTF-8 | ûG°}B | 110000111011101101000111110000101000111011000010101100000111110101000010 | c3bb47c28ec2b07d42 |
UHC | ?G?°}B | 00111111010001110011111110100001110001100111110101000010 | 3f473fa1c67d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)