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^ | 11100010111111000101011101011110 | e2fc575e |
EUC-JP | 紆W^ | 11100100111111100101011101011110 | e4fe575e |
UTF-8 | 紆W^ | 1110011110110100100001100101011101011110 | e7b486575e |
UHC | 紆W^ | 11101001111000010101011101011110 | e9e1575e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)