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~ | 111000010101000001111110 | e1507e |
SJIS-WIN | ?P~ | 001111110101000001111110 | 3f507e |
EUC-JP | áP~ | 1000111110101011101000010101000001111110 | 8faba1507e |
UTF-8 | áP~ | 11000011101000010101000001111110 | c3a1507e |
UHC | ?P~ | 001111110101000001111110 | 3f507e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)