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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 油∝??肆 | 1001011011111011100000011110010100111111001111111110001111100110 | 96fb81e53f3fe3e6 |
EUC-JP | 油∝??肆 | 1100110011111101101000101110011100111111001111111110011011101000 | ccfda2e73f3fe6e8 |
UTF-8 | 油∝롛렡肆 | 111001101011001010111001111000101000100010011101111010111010000110011011111010111010000010100001111010001000001010000110 | e6b2b9e2889deba19beba0a1e88286 |
UHC | 油∝롛렡肆 | 11101010111110101010000111110000100011101101111110001110101100101101111011101011 | eafaa1f08edf8eb2deeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)