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 | çþ¡B | 11100111111111101010000101000010 | e7fea142 |
SJIS-WIN | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
EUC-JP | çþ¡B | 10001111101010111010111010001111101010011101000010001111101000101100001001000010 | 8fabae8fa9d08fa2c242 |
UTF-8 | çþ¡B | 11000011101001111100001110111110110000101010000101000010 | c3a7c3bec2a142 |
UHC | ?þ¡B | 001111111010100110101101101000101010111001000010 | 3fa9ada2ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)