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 | 羇矩┣褂 | 1110001110110010100010111110100110000100101100001110010111100110 | e3b28be984b0e5e6 |
EUC-JP | 羇矩┣褂 | 1110011010110100101101101110101110101000101100101110101011101000 | e6b4b6eba8b2eae8 |
UTF-8 | 羇矩┣褂 | 111001111011111010000111111001111001111110101001111000101001010010100011111010001010010010000010 | e7be87e79fa9e294a3e8a482 |
UHC | ?矩┣? | 001111111100111110111011101001101011001000111111 | 3fcfbba6b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)