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 | 銹然銹 | 111001111111011010010001010100101110011111110110 | e7f69152e7f6 |
EUC-JP | 銹然銹 | 111011101111100011000001101100111110111011111000 | eef8c1b3eef8 |
UTF-8 | 銹然銹 | 111010011000101010111001111001111000010010110110111010011000101010111001 | e98ab9e784b6e98ab9 |
UHC | 銹然銹 | 111000101100100011100110110101001110001011001000 | e2c8e6d4e2c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)