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