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 | ?k | 0011111101101011 | 3f6b |
SJIS-WIN | 絲k | 111000110100111001101011 | e34e6b |
EUC-JP | 絲k | 111001011010111101101011 | e5af6b |
UTF-8 | 絲k | 11100111101101011011001001101011 | e7b5b26b |
UHC | 絲k | 110111101110101001101011 | deea6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)