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 | 漬^ | 100100101101000001011110 | 92d05e |
EUC-JP | 漬^ | 110001001101001001011110 | c4d25e |
UTF-8 | 漬^ | 11100110101111001010110001011110 | e6bcac5e |
UHC | 漬^ | 111100101011000001011110 | f2b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)