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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 赭勤オ繖オ^ | 111001101101111010001011110011101011010111100011100001001011010101011110 | e6de8bceb5e384b55e |
EUC-JP | 赭勤オ繖オ^ | 1110110011100000101101101101000010001110101101011110010111100100100011101011010101011110 | ece0b6d08eb5e5e48eb55e |
UTF-8 | 赭勤オ繖オ^ | 11101000101101011010110111100101100010111010010011101111101111011011010111100111101110011001011011101111101111011011010101011110 | e8b5ade58ba4efbdb5e7b996efbdb55e |
UHC | ?勤???^ | 00111111110100001100001100111111001111110011111101011110 | 3fd0c33f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)