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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 召「 | 10001111101000101111000010001111101000101111000001000010 | 8fa2f08fa2f042 |
EUC-JP | 召?「? | 101111101010010000111111100011101010001000111111 | bea43f8ea23f |
UTF-8 | 召「 | 111001011000111110101100111011101000000110001110111011111011110110100010111011101000000010000010 | e58facee818eefbda2ee8082 |
UHC | 召??? | 1110000110101111001111110011111100111111 | e1af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)