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 | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 跡?y | 10010000110101010011111101111001 | 90d53f79 |
EUC-JP | 跡?y | 11000000110101110011111101111001 | c0d73f79 |
UTF-8 | 跡렍y | 11101000101101111010000111101011101000001000110101111001 | e8b7a1eba08d79 |
UHC | 跡렍y | 1110111011100110100011101010001101111001 | eee68ea379 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)