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 | ?Px | 001111110101000001111000 | 3f5078 |
SJIS-WIN | ?Px | 001111110101000001111000 | 3f5078 |
EUC-JP | ?Px | 001111110101000001111000 | 3f5078 |
UTF-8 | 묧Px | 1110101110101100101001110101000001111000 | ebaca75078 |
UHC | 묧Px | 10010001111111100101000001111000 | 91fe5078 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)