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 | 1110100011110011100011101011101001000111 | e8f38eba47 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | èó?ºG | 1000111110101011101100101000111110101011110100010011111110001111101000101110101101000111 | 8fabb28fabd13f8fa2eb47 |
UTF-8 | èóºG | 110000111010100011000011101100111100001010001110110000101011101001000111 | c3a8c3b3c28ec2ba47 |
UHC | ???ºG | 001111110011111100111111101010001010110001000111 | 3f3f3fa8ac47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)