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 | 所壓所壓^ | 100011111000101010011010110110001000111110001010100110101101100001011110 | 8f8a9ad88f8a9ad85e |
EUC-JP | 所壓所壓^ | 101111011110101011010100110110101011110111101010110101001101101001011110 | bdead4dabdead4da5e |
UTF-8 | 所壓所壓^ | 11100110100010011000000011100101101000111001001111100110100010011000000011100101101000111001001101011110 | e68980e5a393e68980e5a3935e |
UHC | 所壓所壓^ | 111000011011011011100100111000101110000110110110111001001110001001011110 | e1b6e4e2e1b6e4e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)