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 | çºB | 111001111011101010001100100011111000111101000010 | e7ba8c8f8f42 |
SJIS-WIN | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | �??B | 10001111101010111010111010001111101000101110101100111111001111110011111101000010 | 8fabae8fa2eb3f3f3f42 |
UTF-8 | çºB | 1100001110100111110000101011101011000010100011001100001010001111110000101000111101000010 | c3a7c2bac28cc28fc28f42 |
UHC | ?º???B | 00111111101010001010110000111111001111110011111101000010 | 3fa8ac3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)