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 | 銹?銹然 | 11100111111101100011111111100111111101101001000101010010 | e7f63fe7f69152 |
EUC-JP | 銹?銹然 | 11101110111110000011111111101110111110001100000110110011 | eef83feef8c1b3 |
UTF-8 | 銹殮銹然 | 111010011000101010111001111011111010011010100101111010011000101010111001111001111000010010110110 | e98ab9efa6a5e98ab9e784b6 |
UHC | 銹殮銹然 | 1110001011001000111001101111100111100010110010001110011011010100 | e2c8e6f9e2c8e6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)