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 | _î | 10001001010111111000101111101110 | 895f8bee |
SJIS-WIN | ?_?? | 00111111010111110011111100111111 | 3f5f3f3f |
EUC-JP | ?_?î | 001111110101111100111111100011111010101111000010 | 3f5f3f8fabc2 |
UTF-8 | _î | 11000010100010010101111111000010100010111100001110101110 | c2895fc28bc3ae |
UHC | ?_?? | 00111111010111110011111100111111 | 3f5f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)