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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 衍募〓粃 | 1001111110100101100101011110010110000001101011001110001011100001 | 9fa595e581ace2e1 |
EUC-JP | 衍募〓粃 | 1101111010100111110010101110011110100010101011101110010011100011 | dea7cae7a2aee4e3 |
UTF-8 | 衍募〓粃 | 111010001010000110001101111001011000101110011111111000111000000010010011111001111011001010000011 | e8a18de58b9fe38093e7b283 |
UHC | 衍募〓粃 | 1110011011100010110110011011010010100001111010111101110111111011 | e6e2d9b4a1ebddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)