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 | ?c?cB | 0011111101100011001111110110001101000010 | 3f633f6342 |
SJIS-WIN | 但c但cB | 10010010010000010110001110010010010000010110001101000010 | 92416392416342 |
EUC-JP | 但c但cB | 11000011101000100110001111000011101000100110001101000010 | c3a263c3a26342 |
UTF-8 | 但c但cB | 111001001011110110000110011000111110010010111101100001100110001101000010 | e4bd8663e4bd866342 |
UHC | 但c但cB | 11010011101000110110001111010011101000110110001101000010 | d3a363d3a36342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)