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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 乂柞乂柞^ | 100110001010011110011110011011111001100010100111100111100110111101011110 | 98a79e6f98a79e6f5e |
EUC-JP | 乂柞乂柞^ | 110100001010100111011011110100001101000010101001110110111101000001011110 | d0a9dbd0d0a9dbd05e |
UTF-8 | 乂柞乂柞^ | 11100100101110011000001011100110100111111001111011100100101110011000001011100110100111111001111001011110 | e4b982e69f9ee4b982e69f9e5e |
UHC | 乂?乂?^ | 11100111110100010011111111100111110100010011111101011110 | e7d13fe7d13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)