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 | âµ÷¤\ | 1110001010110101111101111010010001011100 | e2b5f7a45c |
SJIS-WIN | ??÷?\ | 001111110011111110000001100000000011111101011100 | 3f3f81803f5c |
EUC-JP | â?÷¤\ | 10001111101010111010010000111111101000011110000010001111101000101111000001011100 | 8faba43fa1e08fa2f05c |
UTF-8 | âµ÷¤\ | 110000111010001011000010101101011100001110110111110000101010010001011100 | c3a2c2b5c3b7c2a45c |
UHC | ??÷¤\ | 00111111001111111010000111000000101000101011010001011100 | 3f3fa1c0a2b45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)