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¿ûG¿B | 111110110100011110001110101111111111101101000111100011101011111101000010 | fb478ebffb478ebf42 |
SJIS-WIN | ?G???G??B | 001111110100011100111111001111110011111101000111001111110011111101000010 | 3f473f3f3f473f3f42 |
EUC-JP | ûG?¿ûG?¿B | 1000111110101011111001010100011100111111100011111010001011000100100011111010101111100101010001110011111110001111101000101100010001000010 | 8fabe5473f8fa2c48fabe5473f8fa2c442 |
UTF-8 | ûG¿ûG¿B | 110000111011101101000111110000101000111011000010101111111100001110111011010001111100001010001110110000101011111101000010 | c3bb47c28ec2bfc3bb47c28ec2bf42 |
UHC | ?G?¿?G?¿B | 0011111101000111001111111010001010101111001111110100011100111111101000101010111101000010 | 3f473fa2af3f473fa2af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)