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 | 狠頡狠頡^ | 111000001100000111101000111101001110000011000001111010001111010001011110 | e0c1e8f4e0c1e8f45e |
EUC-JP | 狠頡狠頡^ | 111000001100001111110000111101101110000011000011111100001111011001011110 | e0c3f0f6e0c3f0f65e |
UTF-8 | 狠頡狠頡^ | 11100111100010111010000011101001101000001010000111100111100010111010000011101001101000001010000101011110 | e78ba0e9a0a1e78ba0e9a0a15e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)