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 | 雕毳雕毬^ | 111010001011100010011111011111011110100010111000100111110111101101011110 | e8b89f7de8b89f7b5e |
EUC-JP | 雕毳雕毬^ | 111100001011101011011101110111101111000010111010110111011101110001011110 | f0badddef0badddc5e |
UTF-8 | 雕毳雕毬^ | 11101001100110111001010111100110101011111011001111101001100110111001010111100110101011111010110001011110 | e99b95e6afb3e99b95e6afac5e |
UHC | 雕?雕毬^ | 1111000011100111001111111111000011100111110011111011001101011110 | f0e73ff0e7cfb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)