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 | 羇矩墾裼 | 1110001110110010100010111110100110001101101001001110010111100111 | e3b28be98da4e5e7 |
EUC-JP | 羇矩墾裼 | 1110011010110100101101101110101110111010101001101110101011101001 | e6b4b6ebbaa6eae9 |
UTF-8 | 羇矩墾裼 | 111001111011111010000111111001111001111110101001111001011010001010111110111010001010001110111100 | e7be87e79fa9e5a2bee8a3bc |
UHC | ?矩墾? | 001111111100111110111011110010101100101100111111 | 3fcfbbcacb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)