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´ | 10010010010001111001000110111101100100011010000010010010010001111001000110110100 | 924791bd91a0924791b4 |
SJIS-WIN | ?G?????G?´ | 0011111101000111001111110011111100111111001111110011111101000111001111111000000101001100 | 3f473f3f3f3f3f473f814c |
EUC-JP | ?G?????G?´ | 0011111101000111001111110011111100111111001111110011111101000111001111111010000110101101 | 3f473f3f3f3f3f473fa1ad |
UTF-8 | G½ G´ | 110000101001001001000111110000101001000111000010101111011100001010010001110000101010000011000010100100100100011111000010100100011100001010110100 | c29247c291c2bdc291c2a0c29247c291c2b4 |
UHC | ?G?½???G?´ | 001111110100011100111111101010001111011000111111001111110011111101000111001111111010001010100101 | 3f473fa8f63f3f3f473fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)