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 | »¶ý~ | 1000111110111011101101101111110101111110 | 8fbbb6fd7e |
SJIS-WIN | ??¶?~ | 001111110011111110000001111101110011111101111110 | 3f3f81f73f7e |
EUC-JP | ??¶ý~ | 0011111100111111101000101111100110001111101010111111001001111110 | 3f3fa2f98fabf27e |
UTF-8 | »¶ý~ | 110000101000111111000010101110111100001010110110110000111011110101111110 | c28fc2bbc2b6c3bd7e |
UHC | ??¶?~ | 001111110011111110100010110100100011111101111110 | 3f3fa2d23f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)