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?wB | 0011111101110111001111110111011101000010 | 3f773f7742 |
SJIS-WIN | 但w但wB | 10010010010000010111011110010010010000010111011101000010 | 92417792417742 |
EUC-JP | 但w但wB | 11000011101000100111011111000011101000100111011101000010 | c3a277c3a27742 |
UTF-8 | 但w但wB | 111001001011110110000110011101111110010010111101100001100111011101000010 | e4bd8677e4bd867742 |
UHC | 但w但wB | 11010011101000110111011111010011101000110111011101000010 | d3a377d3a37742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)