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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陜ェ荵晢ス駒 | 11101000100111011010101011100100101110011001110111101111101111011000101111101110 | e89daae4b99defbd8bee |
EUC-JP | 陜ェ荵晢ス駒 | 111011111111110110001110101010101110100010111011110110101111000110001110101111011011011011110000 | effd8eaae8bbdaf18ebdb6f0 |
UTF-8 | 陜ェ荵晢ス駒 | 111010011001100110011100111011111011110110101010111010001000110110110101111001101001100110100010111011111011110110111101111010011010011110010010 | e9999cefbdaae88db5e699a2efbdbde9a792 |
UHC | 陜????駒 | 1111100111110000001111110011111100111111001111111100111111001011 | f9f03f3f3f3fcfcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)