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 | 尹垰 | 10011011100110101001101010111001 | 9b9a9ab9 |
EUC-JP | 尹垰 | 11010101111110101101010010111011 | d5fad4bb |
UTF-8 | 尹垰 | 111001011011000010111001111001011001111010110000 | e5b0b9e59eb0 |
UHC | 尹? | 111010111100010100111111 | ebc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)