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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謫∫賊 | 111001101001001110000001111001111001000110101111 | e69381e791af |
EUC-JP | 謫∫賊 | 111010111111001110100010111010011100001010110001 | ebf3a2e9c2b1 |
UTF-8 | 謫∫賊 | 111010001010110010101011111000101000100010101011111010001011001110001010 | e8acabe288abe8b38a |
UHC | 謫∫賊 | 111011101110001110100001111100101110111011100100 | eee3a1f2eee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)