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 | 魏仙棧 | 111010011011000010010000111001011001111010100000 | e9b090e59ea0 |
EUC-JP | 魏仙棧 | 111100101011001011000000111001111101110010100010 | f2b2c0e7dca2 |
UTF-8 | 魏仙棧 | 111010011010110110001111111001001011101110011001111001101010001110100111 | e9ad8fe4bb99e6a3a7 |
UHC | 魏仙棧 | 111010101110000011100000101110011110110111010000 | eae0e0b9edd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)