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 | 10010010010010111001000110110011010110110100001001000110 | 924b91b35b4246 |
EUC-JP | 狸袖[BF | 11000011101011001100001010110101010110110100001001000110 | c3acc2b55b4246 |
UTF-8 | 狸袖[BF | 111001111000101110111000111010001010001010010110010110110100001001000110 | e78bb8e8a2965b4246 |
UHC | 狸袖[BF | 11010111111000011110001011000000010110110100001001000110 | d7e1e2c05b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)