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 | 峇峇^ | 1001101110110010100110111011001001011110 | 9bb29bb25e |
EUC-JP | 峇峇^ | 1101011010110100110101101011010001011110 | d6b4d6b45e |
UTF-8 | 峇峇^ | 11100101101100111000011111100101101100111000011101011110 | e5b387e5b3875e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)