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 | ??P\ | 00111111001111110101000001011100 | 3f3f505c |
SJIS-WIN | 蔗クP\ | 1110010011110010101110000101000001011100 | e4f2b8505c |
EUC-JP | 蔗クP\ | 111010001111010010001110101110000101000001011100 | e8f48eb8505c |
UTF-8 | 蔗クP\ | 1110100010010100100101111110111110111101101110000101000001011100 | e89497efbdb8505c |
UHC | 蔗?P\ | 1110110110111101001111110101000001011100 | edbd3f505c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)