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 | 1001001001000111100100011010000110010001101110111001001001000111 | 924791a191bb9247 |
SJIS-WIN | ?G?????G | 0011111101000111001111110011111100111111001111110011111101000111 | 3f473f3f3f3f3f47 |
EUC-JP | ?G?¡???G | 00111111010001110011111110001111101000101100001000111111001111110011111101000111 | 3f473f8fa2c23f3f3f47 |
UTF-8 | G¡»G | 1100001010010010010001111100001010010001110000101010000111000010100100011100001010111011110000101001001001000111 | c29247c291c2a1c291c2bbc29247 |
UHC | ?G?¡???G | 001111110100011100111111101000101010111000111111001111110011111101000111 | 3f473fa2ae3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)