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 | 他速其箪] | 100100011011110010010001101011001001000110110100100100100101110001011101 | 91bc91ac91b4925c5d |
EUC-JP | 他速其箪] | 110000101011111011000010101011101100001010110110110000111011110101011101 | c2bec2aec2b6c3bd5d |
UTF-8 | 他速其箪] | 11100100101110111001011011101001100000001001111111100101100001011011011011100111101011101010101001011101 | e4bb96e9809fe585b6e7aeaa5d |
UHC | 他速其?] | 1111011011100010111000011101110011010000111011000011111101011101 | f6e2e1dcd0ec3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)