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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 銜緋 | 11100111111100001001010011101010 | e7f094ea |
EUC-JP | 銜緋 | 11101110111100101100100011101100 | eef2c8ec |
UTF-8 | 銜緋 | 111010011000101010011100111001111011011110001011 | e98a9ce7b78b |
UHC | 銜緋 | 11111001111001111101110111111100 | f9e7ddfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)