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 | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
SJIS-WIN | 唏唸W唏唸 | 100110100100100010011010010110000101011110011010010010001001101001011000 | 9a489a58579a489a58 |
EUC-JP | 唏唸W唏唸 | 110100111010100111010011101110010101011111010011101010011101001110111001 | d3a9d3b957d3a9d3b9 |
UTF-8 | 唏唸W唏唸 | 11100101100101001000111111100101100101001011100001010111111001011001010010001111111001011001010010111000 | e5948fe594b857e5948fe594b8 |
UHC | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)