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 | ãµíWRE | 1110001110110101100010011110110110001111010101110101001001000101 | e3b589ed8f575245 |
SJIS-WIN | ?????WRE | 0011111100111111001111110011111100111111010101110101001001000101 | 3f3f3f3f3f575245 |
EUC-JP | ã??í?WRE | 100011111010101110101010001111110011111110001111101010111011111100111111010101110101001001000101 | 8fabaa3f3f8fabbf3f575245 |
UTF-8 | ãµíWRE | 11000011101000111100001010110101110000101000100111000011101011011100001010001111010101110101001001000101 | c3a3c2b5c289c3adc28f575245 |
UHC | ?????WRE | 0011111100111111001111110011111100111111010101110101001001000101 | 3f3f3f3f3f575245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)