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 | épY | 111010010111000001011001 | e97059 |
SJIS-WIN | ?pY | 001111110111000001011001 | 3f7059 |
EUC-JP | épY | 1000111110101011101100010111000001011001 | 8fabb17059 |
UTF-8 | épY | 11000011101010010111000001011001 | c3a97059 |
UHC | ?pY | 001111110111000001011001 | 3f7059 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)