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 | ?P~ | 001111110101000001111110 | 3f507e |
SJIS-WIN | ?P~ | 001111110101000001111110 | 3f507e |
EUC-JP | ?P~ | 001111110101000001111110 | 3f507e |
UTF-8 | 묧P~ | 1110101110101100101001110101000001111110 | ebaca7507e |
UHC | 묧P~ | 10010001111111100101000001111110 | 91fe507e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)