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 | 謨耶遠寘田^ | 1110011010010101100101101110101110001001100100111111101010101001100100110110001101011110 | e69596eb8993faa993635e |
EUC-JP | 謨耶遠寘田^ | 111010111111010111001100111011011011000111110011100011111011101011100001110001011100010001011110 | ebf5ccedb1f38fbae1c5c45e |
UTF-8 | 謨耶遠寘田^ | 11101000101011001010100011101000100000001011011011101001100000011010000011100101101011111001100011100111100101001011000001011110 | e8aca8e880b6e981a0e5af98e794b05e |
UHC | 謨耶遠?田^ | 11011001110010001110010110101101111010101100000000111111111011111010001101011110 | d9c8e5adeac03fefa35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)