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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 症贖銕イ | 10001111110001111110011011011100111001111110110010110010 | 8fc7e6dce7ecb2 |
EUC-JP | 症贖銕イ | 1011111011001001111011001101111011101110111011101000111010110010 | bec9ecdeeeee8eb2 |
UTF-8 | 症贖銕イ | 111001111001011110000111111010001011010010010110111010011000101010010101111011111011110110110010 | e79787e8b496e98a95efbdb2 |
UHC | 症贖?? | 111100011111100011100001110110110011111100111111 | f1f8e1db3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)