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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | ???橈??^ | 0011111100111111001111111001111011110100001111110011111101011110 | 3f3f3f9ef43f3f5e |
| EUC-JP | 縕??橈??^ | 10001111110101001100001000111111001111111101110011110110001111110011111101011110 | 8fd4c23f3fdcf63f3f5e |
| UTF-8 | 縕낉쉠橈꾬쉬^ | 11100111101110001001010111101011100000101000100111101100100010011010000011100110101010011000100011101010101111101010110011101100100010011010110001011110 | e7b895eb8289ec89a0e6a988eabeacec89ac5e |
| UHC | 縕낉쉠橈꾬쉬^ | 11101000101100101000010111101111101111011010101011101000111110101000010011101111101111011010110001011110 | e8b285efbdaae8fa84efbdac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)