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 | 羇矩狭跫 | 1110001110110010100010111110100110001011101101111110011011101101 | e3b28be98bb7e6ed |
EUC-JP | 羇矩狭跫 | 1110011010110100101101101110101110110110101110011110110011101111 | e6b4b6ebb6b9ecef |
UTF-8 | 羇矩狭跫 | 111001111011111010000111111001111001111110101001111001111000101110101101111010001011011110101011 | e7be87e79fa9e78bade8b7ab |
UHC | ?矩?? | 0011111111001111101110110011111100111111 | 3fcfbb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)