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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | ?h? | 001111110110100000111111 | 3f683f |
EUC-JP | 悰h悰 | 10001111101111011111110001101000100011111011110111111100 | 8fbdfc688fbdfc |
UTF-8 | 悰h悰 | 11100110100000101011000001101000111001101000001010110000 | e682b068e682b0 |
UHC | 悰h悰 | 1111000011110101011010001111000011110101 | f0f568f0f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)