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 | 111110110100011110001110101011010111110101000010 | fb478ead7d42 |
SJIS-WIN | ?G??}B | 001111110100011100111111001111110111110101000010 | 3f473f3f7d42 |
EUC-JP | ûG??}B | 1000111110101011111001010100011100111111001111110111110101000010 | 8fabe5473f3f7d42 |
UTF-8 | ûG}B | 110000111011101101000111110000101000111011000010101011010111110101000010 | c3bb47c28ec2ad7d42 |
UHC | ?G?}B | 00111111010001110011111110100001101010010111110101000010 | 3f473fa1a97d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)