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 | ì | 11101110101001011011111111101100 | eea5bfec |
SJIS-WIN | ?¥?? | 0011111110000001100011110011111100111111 | 3f818f3f3f |
EUC-JP | î?¿ì | 10001111101010111100001000111111100011111010001011000100100011111010101111000000 | 8fabc23f8fa2c48fabc0 |
UTF-8 | ì | 1100001110101110110000101010010111000010101111111100001110101100 | c3aec2a5c2bfc3ac |
UHC | ??¿? | 0011111100111111101000101010111100111111 | 3f3fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)