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 | 謨耶遠寘兎^ | 1110011010010101100101101110101110001001100100111111101010101001100100110110010101011110 | e69596eb8993faa993655e |
EUC-JP | 謨耶遠寘兎^ | 111010111111010111001100111011011011000111110011100011111011101011100001110001011100011001011110 | ebf5ccedb1f38fbae1c5c65e |
UTF-8 | 謨耶遠寘兎^ | 11101000101011001010100011101000100000001011011011101001100000011010000011100101101011111001100011100101100001011000111001011110 | e8aca8e880b6e981a0e5af98e5858e5e |
UHC | 謨耶遠?兎^ | 11011001110010001110010110101101111010101100000000111111111101111100110101011110 | d9c8e5adeac03ff7cd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)