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 | 瞳源^ | 1001001110110101100011001011100101011110 | 93b58cb95e |
EUC-JP | 瞳源^ | 1100011010110111101110001011101101011110 | c6b7b8bb5e |
UTF-8 | 瞳源^ | 11100111100111101011001111100110101110101001000001011110 | e79eb3e6ba905e |
UHC | 瞳源^ | 1101010011011010111010101011100101011110 | d4daeab95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)