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 | 髻矩摩縺 | 1110100110011111100010111110100110010110100000001110001110000001 | e99f8be99680e381 |
EUC-JP | 髻矩摩縺 | 1111001010100001101101101110101111001011111000001110010111100001 | f2a1b6ebcbe0e5e1 |
UTF-8 | 髻矩摩縺 | 111010011010101110111011111001111001111110101001111001101001000110101001111001111011100010111010 | e9abbbe79fa9e691a9e7b8ba |
UHC | ?矩摩? | 001111111100111110111011110110001010010000111111 | 3fcfbbd8a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)