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 | 綺効 | 11100011010110011000110011111000 | e3598cf8 |
EUC-JP | 綺効 | 11100101101110101011100011111010 | e5bab8fa |
UTF-8 | 綺効 | 111001111011011010111010111001011000101010111001 | e7b6bae58ab9 |
UHC | 綺? | 110100011011101100111111 | d1bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)