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 | 傳壇 | 10011001010000101001001001100100 | 99429264 |
EUC-JP | 傳壇 | 11010001101000111100001111000101 | d1a3c3c5 |
UTF-8 | 傳壇 | 111001011000001010110011111001011010001110000111 | e582b3e5a387 |
UHC | 傳壇 | 11101110111011101101001110100110 | eeeed3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)