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 | â^áÎ | 11100010010111101110000111001110 | e25ee1ce |
SJIS-WIN | ?^?? | 00111111010111100011111100111111 | 3f5e3f3f |
EUC-JP | â^áÎ | 10001111101010111010010001011110100011111010101110100001100011111010101011000010 | 8faba45e8faba18faac2 |
UTF-8 | â^áÎ | 11000011101000100101111011000011101000011100001110001110 | c3a25ec3a1c38e |
UHC | ?^?? | 00111111010111100011111100111111 | 3f5e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)