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 | 銹耶擽岦 | 1110011111110110100101101110101110011101101101001111101010101100 | e7f696eb9db4faac |
EUC-JP | 銹耶擽岦 | 111011101111100011001100111011011101101010110110100011111011101110110011 | eef8cceddab68fbbb3 |
UTF-8 | 銹耶擽岦 | 111010011000101010111001111010001000000010110110111001101001001110111101111001011011001010100110 | e98ab9e880b6e693bde5b2a6 |
UHC | 銹耶?? | 111000101100100011100101101011010011111100111111 | e2c8e5ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)