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 | 穩튒^ | 11100111101010011010100111101101100010101001001001011110 | e7a9a9ed8a925e |
UHC | 穩튒^ | 1110100010110001101110100100010001011110 | e8b1ba445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)