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