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 | ä\åW^ | 11100100010111001000110011100101100011110101011101011110 | e45c8ce58f575e |
SJIS-WIN | ?\???W^ | 00111111010111000011111100111111001111110101011101011110 | 3f5c3f3f3f575e |
EUC-JP | ä\?å?W^ | 1000111110101011101000110101110000111111100011111010101110101001001111110101011101011110 | 8faba35c3f8faba93f575e |
UTF-8 | ä\åW^ | 1100001110100100010111001100001010001100110000111010010111000010100011110101011101011110 | c3a45cc28cc3a5c28f575e |
UHC | ?\???W^ | 00111111010111000011111100111111001111110101011101011110 | 3f5c3f3f3f575e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)