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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 驕呟ケ作侃^ | 11101001100000011001100111101010101110011000110111101100100010101010010001011110 | e98199eab98dec8aa45e |
EUC-JP | 驕呟ケ作侃^ | 1111000111100001110100101110110010001110101110011011101011101110101101001010011001011110 | f1e1d2ec8eb9baeeb4a65e |
UTF-8 | 驕呟ケ作侃^ | 11101001101010011001010111100101100100011001111111101111101111011011100111100100101111011001110011100100101111101000001101011110 | e9a995e5919fefbdb9e4bd9ce4be835e |
UHC | 驕??作侃^ | 110011101111011000111111001111111110110111000010110010101100100101011110 | cef63f3fedc2cac95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)