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?N^ | 0011111101100011001111110100111001011110 | 3f633f4e5e |
SJIS-WIN | 但c但N^ | 10010010010000010110001110010010010000010100111001011110 | 92416392414e5e |
EUC-JP | 但c但N^ | 11000011101000100110001111000011101000100100111001011110 | c3a263c3a24e5e |
UTF-8 | 但c但N^ | 111001001011110110000110011000111110010010111101100001100100111001011110 | e4bd8663e4bd864e5e |
UHC | 但c但N^ | 11010011101000110110001111010011101000110100111001011110 | d3a363d3a34e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)