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 | æB\ | 11100110100001101000001110001000100011000100001001011100 | e68683888c425c |
SJIS-WIN | ?????B\ | 00111111001111110011111100111111001111110100001001011100 | 3f3f3f3f3f425c |
EUC-JP | æ????B\ | 100011111010100111000001001111110011111100111111001111110100001001011100 | 8fa9c13f3f3f3f425c |
UTF-8 | æB\ | 110000111010011011000010100001101100001010000011110000101000100011000010100011000100001001011100 | c3a6c286c283c288c28c425c |
UHC | æ????B\ | 1010100110100001001111110011111100111111001111110100001001011100 | a9a13f3f3f3f425c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)