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 | 叩遜^ | 1001001001000000100100011011101101011110 | 924091bb5e |
EUC-JP | 叩遜^ | 1100001110100001110000101011110101011110 | c3a1c2bd5e |
UTF-8 | 叩遜^ | 11100101100011111010100111101001100000011001110001011110 | e58fa9e9819c5e |
UHC | 叩遜^ | 1100110110110000111000011110000101011110 | cdb0e1e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)