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 | 簟團 | 11100010110100001001101010100011 | e2d09aa3 |
EUC-JP | 簟團 | 11100100110100101101010010100101 | e4d2d4a5 |
UTF-8 | 簟團 | 111001111011000010011111111001011001110010011000 | e7b09fe59c98 |
UHC | ?團 | 001111111101001110100101 | 3fd3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)