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 | 0011111100111111010110110100001001000110 | 3f3f5b4246 |
SJIS-WIN | 箪賊[BF | 10010010010111001001000110101111010110110100001001000110 | 925c91af5b4246 |
EUC-JP | 箪賊[BF | 11000011101111011100001010110001010110110100001001000110 | c3bdc2b15b4246 |
UTF-8 | 箪賊[BF | 111001111010111010101010111010001011001110001010010110110100001001000110 | e7aeaae8b38a5b4246 |
UHC | ?賊[BF | 001111111110111011100100010110110100001001000110 | 3feee45b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)