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 | 1111101011001000100101011001101101111001 | fac8959b79 |
EUC-JP | 抦副y | 100011111011111111001001110010011111101101111001 | 8fbfc9c9fb79 |
UTF-8 | 抦副y | 11100110100010101010011011100101100010011010111101111001 | e68aa6e589af79 |
UHC | ?副y | 00111111110111001111100101111001 | 3fdcf979 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)