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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 幡幡^ | 1001010010100110100101001010011001011110 | 94a694a65e |
EUC-JP | 幡幡^ | 1100100010101000110010001010100001011110 | c8a8c8a85e |
UTF-8 | 幡幡^ | 11100101101110011010000111100101101110011010000101011110 | e5b9a1e5b9a15e |
UHC | 幡幡^ | 1101101111011111110110111101111101011110 | dbdfdbdf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)