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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 珀默\ | 1110000011011111111000001101001001011100 | e0dfe0d25c |
EUC-JP | 珀默\ | 1110000011100001111000001101010001011100 | e0e1e0d45c |
UTF-8 | 珀默\ | 11100111100011111000000011101001101110111001100001011100 | e78f80e9bb985c |
UHC | 珀默\ | 1101101011010110110110011111100101011100 | dad6d9f95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)