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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 涇ソD涇ソD^ | 111110101111101110111111010001001111101011111011101111110100010001011110 | fafbbf44fafbbf445e |
EUC-JP | 涇ソD涇ソD^ | 10001111110001111100011110001110101111110100010010001111110001111100011110001110101111110100010001011110 | 8fc7c78ebf448fc7c78ebf445e |
UTF-8 | 涇ソD涇ソD^ | 111001101011011010000111111011111011110110111111010001001110011010110110100001111110111110111101101111110100010001011110 | e6b687efbdbf44e6b687efbdbf445e |
UHC | 涇?D涇?D^ | 110011001101110000111111010001001100110011011100001111110100010001011110 | ccdc3f44ccdc3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)