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 | í½ií½iB | 11101101101111010110100111101101101111010110100101000010 | edbd69edbd6942 |
SJIS-WIN | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
EUC-JP | í?ií?iB | 1000111110101011101111110011111101101001100011111010101110111111001111110110100101000010 | 8fabbf3f698fabbf3f6942 |
UTF-8 | í½ií½iB | 1100001110101101110000101011110101101001110000111010110111000010101111010110100101000010 | c3adc2bd69c3adc2bd6942 |
UHC | ?½i?½iB | 001111111010100011110110011010010011111110101000111101100110100101000010 | 3fa8f6693fa8f66942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)