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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝪矩擦 | 111001011010000110001011111010011000111001000011 | e5a18be98e43 |
EUC-JP | 蝪矩擦 | 111010101010001110110110111010111011101110100100 | eaa3b6ebbba4 |
UTF-8 | 蝪矩擦 | 111010001001110110101010111001111001111110101001111001101001001110100110 | e89daae79fa9e693a6 |
UHC | ?矩擦 | 0011111111001111101110111111001111001101 | 3fcfbbf3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)