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 | ??r{d | 0011111100111111011100100111101101100100 | 3f3f727b64 |
SJIS-WIN | 眩瑰r{d | 11100001101111111110000011110001011100100111101101100100 | e1bfe0f1727b64 |
EUC-JP | 眩瑰r{d | 11100010110000011110000011110011011100100111101101100100 | e2c1e0f3727b64 |
UTF-8 | 眩瑰r{d | 111001111001110010101001111001111001000110110000011100100111101101100100 | e79ca9e791b0727b64 |
UHC | 眩?r{d | 111110101101111100111111011100100111101101100100 | fadf3f727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)