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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 挌筮Φ | 100111010110011111100010101011001000001110110011 | 9d67e2ac83b3 |
EUC-JP | 挌筮Φ | 110110011100100011100100101011101010011010110101 | d9c8e4aea6b5 |
UTF-8 | 挌筮Φ | 1110011010001100100011001110011110101101101011101100111010100110 | e68c8ce7adaecea6 |
UHC | ?筮Φ | 0011111111011111111110111010010111010101 | 3fdffba5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)