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 | 襞千剏褻 | 1110010111111100100100001110011110011001100011001110010111110110 | e5fc90e7998ce5f6 |
EUC-JP | 襞千剏褻 | 1110101011111110110000001110100111010001111011001110101011111000 | eafec0e9d1eceaf8 |
UTF-8 | 襞千剏褻 | 111010001010010110011110111001011000110110000011111001011000100110001111111010001010010010111011 | e8a59ee58d83e5898fe8a4bb |
UHC | ?千?褻 | 001111111111010010110110001111111110000011100001 | 3ff4b63fe0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)