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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 陂ッP | 11101000100110001010111101010000 | e898af50 |
EUC-JP | 陂ッP | 1110111111111000100011101010111101010000 | eff88eaf50 |
UTF-8 | 陂ッP | 11101001100110011000001011101111101111011010111101010000 | e99982efbdaf50 |
UHC | 陂?P | 11111001101011100011111101010000 | f9ae3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)