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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 揃側] | 1001000110110101100100011010010001011101 | 91b591a45d |
EUC-JP | 揃側] | 1100001010110111110000101010011001011101 | c2b7c2a65d |
UTF-8 | 揃側] | 11100110100011111000001111100101100000011011010001011101 | e68f83e581b45d |
UHC | ?側] | 00111111111101101011000001011101 | 3ff6b05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)