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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 齋?v | 11100010010101100011111101110110 | e2563f76 |
EUC-JP | 齋?v | 11100011101101110011111101110110 | e3b73f76 |
UTF-8 | 齋렔v | 11101001101111011000101111101011101000001001010001110110 | e9bd8beba09476 |
UHC | 齋렔v | 1110111010110001100011101010100101110110 | eeb18ea976 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)