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 | 雍Д^ | 1110100010110100100001000100010001011110 | e8b484445e |
EUC-JP | 雍Д^ | 1111000010110110101001111010010101011110 | f0b6a7a55e |
UTF-8 | 雍Д^ | 111010011001101110001101110100001001010001011110 | e99b8dd0945e |
UHC | 雍Д^ | 1110100010111100101011001010010101011110 | e8bcaca55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)