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 | ?睡繹 | 0011111110010000100001111110001110001000 | 3f9087e388 |
EUC-JP | 饍睡繹 | 10001111111010001110110110111111111001111110010111101000 | 8fe8edbfe7e5e8 |
UTF-8 | 饍睡繹 | 111010011010010110001101111001111001110110100001111001111011100110111001 | e9a58de79da1e7b9b9 |
UHC | 饍睡繹 | 111000001101011111100010101100101110011010111010 | e0d7e2b2e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)