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 | 善纖 | 10010001010100001110001110011001 | 9150e399 |
EUC-JP | 善纖 | 11000001101100011110010111111001 | c1b1e5f9 |
UTF-8 | 善纖 | 111001011001011010000100111001111011101010010110 | e59684e7ba96 |
UHC | 善纖 | 11100000101111001110000011101001 | e0bce0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)