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 | 1110000011111100100010001111011001000111 | e0fc88f647 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | àü?öG | 1000111110101011101000101000111110101011111001000011111110001111101010111101001101000111 | 8faba28fabe43f8fabd347 |
UTF-8 | àüöG | 110000111010000011000011101111001100001010001000110000111011011001000111 | c3a0c3bcc288c3b647 |
UHC | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)