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 | 顰作ъ | 111010001111110010001101111011001000010010001100 | e8fc8dec848c |
EUC-JP | 顰作ъ | 111100001111111010111010111011101010011111101100 | f0febaeea7ec |
UTF-8 | 顰作ъ | 1110100110100001101100001110010010111101100111001101000110001010 | e9a1b0e4bd9cd18a |
UHC | ?作ъ | 0011111111101101110000101010110011101100 | 3fedc2acec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)