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 | 11100101101101111011001101111001 | e5b7b379 |
EUC-JP | 蟾ウy | 1110101010111001100011101011001101111001 | eab98eb379 |
UTF-8 | 蟾ウy | 11101000100111111011111011101111101111011011001101111001 | e89fbeefbdb379 |
UHC | 蟾?y | 11100000111010100011111101111001 | e0ea3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)