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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銹?銹 | 1110011111110110001111111110011111110110 | e7f63fe7f6 |
EUC-JP | 銹?銹 | 1110111011111000001111111110111011111000 | eef83feef8 |
UTF-8 | 銹撚銹 | 111010011000101010111001111011111010011010010001111010011000101010111001 | e98ab9efa691e98ab9 |
UHC | 銹撚銹 | 111000101100100011100110110010101110001011001000 | e2c8e6cae2c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)