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 | 羇矩墾蟯 | 1110001110110010100010111110100110001101101001001110010110110010 | e3b28be98da4e5b2 |
EUC-JP | 羇矩墾蟯 | 1110011010110100101101101110101110111010101001101110101010110100 | e6b4b6ebbaa6eab4 |
UTF-8 | 羇矩墾蟯 | 111001111011111010000111111001111001111110101001111001011010001010111110111010001001111110101111 | e7be87e79fa9e5a2bee89faf |
UHC | ?矩墾蟯 | 00111111110011111011101111001010110010111110100110101000 | 3fcfbbcacbe9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)