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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| SJIS-WIN | 閼ッ遞ョ雹エA | 11101000100001001010111111100111101010001010111011101000101110011011010001000001 | e884afe7a8aee8b9b441 |
| EUC-JP | 閼ッ遞ョ雹エA | 11101111111001001000111010101111111011101010101010001110101011101111000010111011100011101011010001000001 | efe48eafeeaa8eaef0bb8eb441 |
| UTF-8 | 閼ッ遞ョ雹エA | 11101001100101101011110011101111101111011010111111101001100000011001111011101111101111011010111011101001100110111011100111101111101111011011010001000001 | e996bcefbdafe9819eefbdaee99bb9efbdb441 |
| UHC | 閼?遞?雹?A | 11100100110110010011111111110100111101100011111111011010110111110011111101000001 | e4d93ff4f63fdadf3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)