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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 陝[陝[^ | 11101000100111110101101111101000100111110101101101011110 | e89f5be89f5b5e |
EUC-JP | 陝[陝[^ | 11110000101000010101101111110000101000010101101101011110 | f0a15bf0a15b5e |
UTF-8 | 陝[陝[^ | 111010011001100110011101010110111110100110011001100111010101101101011110 | e9999d5be9999d5b5e |
UHC | 陝[陝[^ | 11100000111011010101101111100000111011010101101101011110 | e0ed5be0ed5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)