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 | ánG | 100011101100001110001110101000010110111001000111 | 8ec38ea16e47 |
SJIS-WIN | ????nG | 001111110011111100111111001111110110111001000111 | 3f3f3f3f6e47 |
EUC-JP | ?Ã?¡nG | 00111111100011111010101010101010001111111000111110100010110000100110111001000111 | 3f8faaaa3f8fa2c26e47 |
UTF-8 | ánG | 11000010100011101100001110000011110000101000111011000010101000010110111001000111 | c28ec383c28ec2a16e47 |
UHC | ???¡nG | 00111111001111110011111110100010101011100110111001000111 | 3f3f3fa2ae6e47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)