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 | 1110010111010001101111001101110101000111 | e5d1bcdd47 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | åÑ?ÝG | 1000111110101011101010011000111110101010110100000011111110001111101010101111001001000111 | 8faba98faad03f8faaf247 |
UTF-8 | åѼÝG | 110000111010010111000011100100011100001010111100110000111001110101000111 | c3a5c391c2bcc39d47 |
UHC | ??¼?G | 001111110011111110101000111110010011111101000111 | 3f3fa8f93f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)