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 | àyG | 111000000111100101000111 | e07947 |
SJIS-WIN | ?yG | 001111110111100101000111 | 3f7947 |
EUC-JP | àyG | 1000111110101011101000100111100101000111 | 8faba27947 |
UTF-8 | àyG | 11000011101000000111100101000111 | c3a07947 |
UHC | ?yG | 001111110111100101000111 | 3f7947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)