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 | 1001011010001000100000011001001010011110101011100100001001000110 | 968881929eae4246 |
SJIS-WIN | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
EUC-JP | ?????®BF | 00111111001111110011111100111111001111111000111110100010111011100100001001000110 | 3f3f3f3f3f8fa2ee4246 |
UTF-8 | ®BF | 1100001010010110110000101000100011000010100000011100001010010010110000101001111011000010101011100100001001000110 | c296c288c281c292c29ec2ae4246 |
UHC | ?????®BF | 001111110011111100111111001111110011111110100010111001110100001001000110 | 3f3f3f3f3fa2e74246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)