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 | ¼Ö¼ÃoBF | 10111100110101101011110011000011011011110100001001000110 | bcd6bcc36f4246 |
SJIS-WIN | ????oBF | 00111111001111110011111100111111011011110100001001000110 | 3f3f3f3f6f4246 |
EUC-JP | ?Ö?ÃoBF | 0011111110001111101010101101001100111111100011111010101010101010011011110100001001000110 | 3f8faad33f8faaaa6f4246 |
UTF-8 | ¼Ö¼ÃoBF | 1100001010111100110000111001011011000010101111001100001110000011011011110100001001000110 | c2bcc396c2bcc3836f4246 |
UHC | ¼?¼?oBF | 101010001111100100111111101010001111100100111111011011110100001001000110 | a8f93fa8f93f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)