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 | 萓晨廠 | 111001001011111010011101111011011000111110110001 | e4be9ded8fb1 |
EUC-JP | 萓晨廠 | 111010001100000011011010111011111011111010110011 | e8c0daefbeb3 |
UTF-8 | 萓晨廠 | 111010001001000010010011111001101001100110101000111001011011101110100000 | e89093e699a8e5bba0 |
UHC | ?晨廠 | 0011111111100011111001111111001111011111 | 3fe3e7f3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)