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 | 髻矩摩 | 111010011001111110001011111010011001011010000000 | e99f8be99680 |
EUC-JP | 髻矩摩 | 111100101010000110110110111010111100101111100000 | f2a1b6ebcbe0 |
UTF-8 | 髻矩摩 | 111010011010101110111011111001111001111110101001111001101001000110101001 | e9abbbe79fa9e691a9 |
UHC | ?矩摩 | 0011111111001111101110111101100010100100 | 3fcfbbd8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)