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 | 魏仙朕 | 111010011011000010010000111001011001001010111101 | e9b090e592bd |
EUC-JP | 魏仙朕 | 111100101011001011000000111001111100010010111111 | f2b2c0e7c4bf |
UTF-8 | 魏仙朕 | 111010011010110110001111111001001011101110011001111001101001110010010101 | e9ad8fe4bb99e69c95 |
UHC | 魏仙朕 | 111010101110000011100000101110011111001011111001 | eae0e0b9f2f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)