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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 馮峇x | 1110100101100111100110111011001001111000 | e9679bb278 |
EUC-JP | 馮峇x | 1111000111001000110101101011010001111000 | f1c8d6b478 |
UTF-8 | 馮峇x | 11101001101001101010111011100101101100111000011101111000 | e9a6aee5b38778 |
UHC | 馮?x | 11111001101001110011111101111000 | f9a73f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)