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 | çþy | 11100111111111101000110101111001 | e7fe8d79 |
SJIS-WIN | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
EUC-JP | çþ?y | 1000111110101011101011101000111110101001110100000011111101111001 | 8fabae8fa9d03f79 |
UTF-8 | çþy | 11000011101001111100001110111110110000101000110101111001 | c3a7c3bec28d79 |
UHC | ?þ?y | 0011111110101001101011010011111101111001 | 3fa9ad3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)