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 | 111001111011101010001110111011011000111101000010 | e7ba8eed8f42 |
SJIS-WIN | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | çº?í?B | 100011111010101110101110100011111010001011101011001111111000111110101011101111110011111101000010 | 8fabae8fa2eb3f8fabbf3f42 |
UTF-8 | çºíB | 1100001110100111110000101011101011000010100011101100001110101101110000101000111101000010 | c3a7c2bac28ec3adc28f42 |
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)