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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 穩?^ | 11100010011100100011111101011110 | e2723f5e |
EUC-JP | 穩?^ | 11100011110100110011111101011110 | e3d33f5e |
UTF-8 | 穩튰^ | 11100111101010011010100111101101100010101011000001011110 | e7a9a9ed8ab05e |
UHC | 穩튰^ | 1110100010110001101110100110001101011110 | e8b1ba635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)