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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 驕呟ケ作茅B | 11101001100000011001100111101010101110011000110111101100100010101001110101000010 | e98199eab98dec8a9d42 |
EUC-JP | 驕呟ケ作茅B | 1111000111100001110100101110110010001110101110011011101011101110101100111111110101000010 | f1e1d2ec8eb9baeeb3fd42 |
UTF-8 | 驕呟ケ作茅B | 11101001101010011001010111100101100100011001111111101111101111011011100111100100101111011001110011101000100011001000010101000010 | e9a995e5919fefbdb9e4bd9ce88c8542 |
UHC | 驕??作茅B | 110011101111011000111111001111111110110111000010110110011100011001000010 | cef63f3fedc2d9c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)