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 | 挌絲Φ | 100111010110011111100011010011101000001110110011 | 9d67e34e83b3 |
EUC-JP | 挌絲Φ | 110110011100100011100101101011111010011010110101 | d9c8e5afa6b5 |
UTF-8 | 挌絲Φ | 1110011010001100100011001110011110110101101100101100111010100110 | e68c8ce7b5b2cea6 |
UHC | ?絲Φ | 0011111111011110111010101010010111010101 | 3fdeeaa5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)