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 | ¼í¼¶RE | 10001111101111001110110110111100101101100101001001000101 | 8fbcedbcb65245 |
SJIS-WIN | ????¶RE | 0011111100111111001111110011111110000001111101110101001001000101 | 3f3f3f3f81f75245 |
EUC-JP | ??í?¶RE | 00111111001111111000111110101011101111110011111110100010111110010101001001000101 | 3f3f8fabbf3fa2f95245 |
UTF-8 | ¼í¼¶RE | 110000101000111111000010101111001100001110101101110000101011110011000010101101100101001001000101 | c28fc2bcc3adc2bcc2b65245 |
UHC | ?¼?¼¶RE | 00111111101010001111100100111111101010001111100110100010110100100101001001000101 | 3fa8f93fa8f9a2d25245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)