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 | ¢èº_ | 1001001010100010111010001001100110010110101110101001000001011111 | 92a2e89996ba905f |
SJIS-WIN | ?¢?????_ | 001111111000000110010001001111110011111100111111001111110011111101011111 | 3f81913f3f3f3f3f5f |
EUC-JP | ?¢è??º?_ | 00111111101000011111000110001111101010111011001000111111001111111000111110100010111010110011111101011111 | 3fa1f18fabb23f3f8fa2eb3f5f |
UTF-8 | ¢èº_ | 110000101001001011000010101000101100001110101000110000101001100111000010100101101100001010111010110000101001000001011111 | c292c2a2c3a8c299c296c2bac2905f |
UHC | ?????º?_ | 001111110011111100111111001111110011111110101000101011000011111101011111 | 3f3f3f3f3fa8ac3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)