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 | 期?^ | 10001010111110100011111101011110 | 8afa3f5e |
EUC-JP | 期?^ | 10110100111111000011111101011110 | b4fc3f5e |
UTF-8 | 期좌^ | 11100110100111001001111111101100101000101000110001011110 | e69c9feca28c5e |
UHC | 期좌^ | 1101000110100010110000011100001001011110 | d1a2c1c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)