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 | 隲冶ォ烹 | 11101000101010111001011011101000101010111001011001000010 | e8ab96e8ab9642 |
EUC-JP | 隲冶ォ烹 | 1111000010101101110011001110101010001110101010111100101110100011 | f0adccea8eabcba3 |
UTF-8 | 隲冶ォ烹 | 111010011001101010110010111001011000011010110110111011111011110110101011111001111000001110111001 | e99ab2e586b6efbdabe783b9 |
UHC | ?冶?烹 | 001111111110010110100111001111111111100010110010 | 3fe5a73ff8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)