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 | 櫂^ | 100111110100010001011110 | 9f445e |
EUC-JP | 櫂^ | 110111011010010101011110 | dda55e |
UTF-8 | 櫂^ | 11100110101010111000001001011110 | e6ab825e |
UHC | 櫂^ | 110101001010001001011110 | d4a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)