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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謨耶遠寘 | 1110011010010101100101101110101110001001100100111111101010101001 | e69596eb8993faa9 |
EUC-JP | 謨耶遠寘 | 111010111111010111001100111011011011000111110011100011111011101011100001 | ebf5ccedb1f38fbae1 |
UTF-8 | 謨耶遠寘 | 111010001010110010101000111010001000000010110110111010011000000110100000111001011010111110011000 | e8aca8e880b6e981a0e5af98 |
UHC | 謨耶遠? | 11011001110010001110010110101101111010101100000000111111 | d9c8e5adeac03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)