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 | 中療? | 1001001010000110100101111100001100111111 | 928697c33f |
EUC-JP | 中療? | 1100001111100110110011101100010100111111 | c3e6cec53f |
UTF-8 | 中療칩 | 111001001011100010101101111001111001100110000010111011001011100110101001 | e4b8ade79982ecb9a9 |
UHC | 中療칩 | 111100011110100111010110111110111100010010101000 | f1e9d6fbc4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)