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 | ç±[BF | 111001111011000110011000010110110100001001000110 | e7b1985b4246 |
SJIS-WIN | ?±?[BF | 00111111100000010111110100111111010110110100001001000110 | 3f817d3f5b4246 |
EUC-JP | ç±?[BF | 100011111010101110101110101000011101111000111111010110110100001001000110 | 8fabaea1de3f5b4246 |
UTF-8 | ç±[BF | 110000111010011111000010101100011100001010011000010110110100001001000110 | c3a7c2b1c2985b4246 |
UHC | ?±?[BF | 00111111101000011011111000111111010110110100001001000110 | 3fa1be3f5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)