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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 羇h羇 | 1110001110110010011010001110001110110010 | e3b268e3b2 |
EUC-JP | 羇h羇 | 1110011010110100011010001110011010110100 | e6b468e6b4 |
UTF-8 | 羇h羇 | 11100111101111101000011101101000111001111011111010000111 | e7be8768e7be87 |
UHC | ?h? | 001111110110100000111111 | 3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)