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 | ?W^ | 001111110101011101011110 | 3f575e |
SJIS-WIN | 辰W^ | 10010010010000110101011101011110 | 9243575e |
EUC-JP | 辰W^ | 11000011101001000101011101011110 | c3a4575e |
UTF-8 | 辰W^ | 1110100010111110101100000101011101011110 | e8beb0575e |
UHC | 辰W^ | 11110010111000110101011101011110 | f2e3575e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)