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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 邏撚] | 1110011110110100100101000101000101011101 | e7b494515d |
EUC-JP | 邏撚] | 1110111010110110110001111011001001011101 | eeb6c7b25d |
UTF-8 | 邏撚] | 11101001100000101000111111100110100100101001101001011101 | e9828fe6929a5d |
UHC | 邏撚] | 1101010110100100110100101011010101011101 | d5a4d2b55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)