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 | 症贖銕イ悉 | 100011111100011111100110110111001110011111101100101100101000111010111011 | 8fc7e6dce7ecb28ebb |
EUC-JP | 症贖銕イ悉 | 10111110110010011110110011011110111011101110111010001110101100101011110010111101 | bec9ecdeeeee8eb2bcbd |
UTF-8 | 症贖銕イ悉 | 111001111001011110000111111010001011010010010110111010011000101010010101111011111011110110110010111001101000001010001001 | e79787e8b496e98a95efbdb2e68289 |
UHC | 症贖??悉 | 1111000111111000111000011101101100111111001111111110001111111010 | f1f8e1db3f3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)