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 | 翦å | 1110011110111111101001101110010110010101 | e7bfa6e595 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 翦å? | 10001111101010111010111010001111101000101100010010001111101000101100001110001111101010111010100100111111 | 8fabae8fa2c48fa2c38faba93f |
UTF-8 | 翦å | 11000011101001111100001010111111110000101010011011000011101001011100001010010101 | c3a7c2bfc2a6c3a5c295 |
UHC | ?¿??? | 001111111010001010101111001111110011111100111111 | 3fa2af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)