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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辣夊イ俶イ | 1110011110000101100110101110100010110010100110001110011010110010 | e7859ae8b298e6b2 |
EUC-JP | 辣夊イ俶イ | 11101101111001011101010011101010100011101011001011010000111010001000111010110010 | ede5d4ea8eb2d0e88eb2 |
UTF-8 | 辣夊イ俶イ | 111010001011111010100011111001011010010010001010111011111011110110110010111001001011111110110110111011111011110110110010 | e8bea3e5a48aefbdb2e4bfb6efbdb2 |
UHC | 辣???? | 110101011011100000111111001111110011111100111111 | d5b83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)