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 | å_â | 100111001110010110011111010111111001011011100010 | 9ce59f5f96e2 |
SJIS-WIN | ???_?? | 001111110011111100111111010111110011111100111111 | 3f3f3f5f3f3f |
EUC-JP | ?å?_?â | 00111111100011111010101110101001001111110101111100111111100011111010101110100100 | 3f8faba93f5f3f8faba4 |
UTF-8 | å_â | 1100001010011100110000111010010111000010100111110101111111000010100101101100001110100010 | c29cc3a5c29f5fc296c3a2 |
UHC | ???_?? | 001111110011111100111111010111110011111100111111 | 3f3f3f5f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)