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 | 幸?\ | 10001101010010110011111101011100 | 8d4b3f5c |
EUC-JP | 幸?\ | 10111001101011000011111101011100 | b9ac3f5c |
UTF-8 | 幸멾\ | 11100101101110011011100011101011101010011011111001011100 | e5b9b8eba9be5c |
UHC | 幸멾\ | 1111101010111001100100010110101101011100 | fab9916b5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)