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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 謇」[謇」[^ | 111001101000100110100011010110111110011010001001101000110101101101011110 | e689a35be689a35b5e |
EUC-JP | 謇」[謇」[^ | 1110101111101001100011101010001101011011111010111110100110001110101000110101101101011110 | ebe98ea35bebe98ea35b5e |
UTF-8 | 謇」[謇」[^ | 111010001010110010000111111011111011110110100011010110111110100010101100100001111110111110111101101000110101101101011110 | e8ac87efbda35be8ac87efbda35b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)