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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 謁^ | 100010010111100101011110 | 89795e |
EUC-JP | 謁^ | 101100011101101001011110 | b1da5e |
UTF-8 | 謁^ | 11101000101011001000000101011110 | e8ac815e |
UHC | 謁^ | 111001001101011101011110 | e4d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)