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 | 魏宣舒 | 111010011011000010010000111010011001100010101110 | e9b090e998ae |
EUC-JP | 魏宣舒 | 111100101011001011000000111010111101000010110000 | f2b2c0ebd0b0 |
UTF-8 | 魏宣舒 | 111010011010110110001111111001011010111010100011111010001000100010010010 | e9ad8fe5aea3e88892 |
UHC | 魏宣舒 | 111010101110000011100000101111101110000010100010 | eae0e0bee0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)