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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 赭」逡ソ] | 11100110110111101010001111100111100101011011111101011101 | e6dea3e795bf5d |
EUC-JP | 赭」逡ソ] | 111011001110000010001110101000111110110111110101100011101011111101011101 | ece08ea3edf58ebf5d |
UTF-8 | 赭」逡ソ] | 11101000101101011010110111101111101111011010001111101001100000001010000111101111101111011011111101011101 | e8b5adefbda3e980a1efbdbf5d |
UHC | ??逡?] | 001111110011111111110001111001000011111101011101 | 3f3ff1e43f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)