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 | 魏先カ | 1110100110110000100100001110011010110110 | e9b090e6b6 |
EUC-JP | 魏先カ | 111100101011001011000000111010001000111010110110 | f2b2c0e88eb6 |
UTF-8 | 魏先カ | 111010011010110110001111111001011000010110001000111011111011110110110110 | e9ad8fe58588efbdb6 |
UHC | 魏先? | 1110101011100000111000001011101100111111 | eae0e0bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)