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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 亥坤亥鵠^ | 100010001110010110001101101000111000100011100101100011011001010001011110 | 88e58da388e58d945e |
EUC-JP | 亥坤亥鵠^ | 101100001110011110111010101001011011000011100111101110011111010001011110 | b0e7baa5b0e7b9f45e |
UTF-8 | 亥坤亥鵠^ | 11100100101110101010010111100101100111011010010011100100101110101010010111101001101101011010000001011110 | e4baa5e59da4e4baa5e9b5a05e |
UHC | 亥坤亥鵠^ | 111110101010010011001101110111101111101010100100110011011101110001011110 | faa4cddefaa4cddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)