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 | å^å^ | 111001011000101101011110111001011000101101011110 | e58b5ee58b5e |
SJIS-WIN | ??^??^ | 001111110011111101011110001111110011111101011110 | 3f3f5e3f3f5e |
EUC-JP | å?^å?^ | 10001111101010111010100100111111010111101000111110101011101010010011111101011110 | 8faba93f5e8faba93f5e |
UTF-8 | å^å^ | 11000011101001011100001010001011010111101100001110100101110000101000101101011110 | c3a5c28b5ec3a5c28b5e |
UHC | ??^??^ | 001111110011111101011110001111110011111101011110 | 3f3f5e3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)