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 | whw | 1000111101110111011010001000111101110111 | 8f77688f77 |
SJIS-WIN | ?wh?w | 0011111101110111011010000011111101110111 | 3f77683f77 |
EUC-JP | ?wh?w | 0011111101110111011010000011111101110111 | 3f77683f77 |
UTF-8 | whw | 11000010100011110111011101101000110000101000111101110111 | c28f7768c28f77 |
UHC | ?wh?w | 0011111101110111011010000011111101110111 | 3f77683f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)