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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 鰐悶\ | 1001100001101011100101101110001101011100 | 986b96e35c |
EUC-JP | 鰐悶\ | 1100111111001100110011001110010101011100 | cfcccce55c |
UTF-8 | 鰐悶\ | 11101001101100001001000011100110100000101011011001011100 | e9b090e682b65c |
UHC | 鰐悶\ | 1110010011001010110110101011111101011100 | e4cadabf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)