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 | ?sQ] | 00111111011100110101000101011101 | 3f73515d |
SJIS-WIN | 辰sQ] | 1001001001000011011100110101000101011101 | 924373515d |
EUC-JP | 辰sQ] | 1100001110100100011100110101000101011101 | c3a473515d |
UTF-8 | 辰sQ] | 111010001011111010110000011100110101000101011101 | e8beb073515d |
UHC | 辰sQ] | 1111001011100011011100110101000101011101 | f2e373515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)