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 | 謫取迂 | 111001101001001110001110111001101000100101001001 | e6938ee68949 |
EUC-JP | 謫取迂 | 111010111111001110111100111010001011000110101010 | ebf3bce8b1aa |
UTF-8 | 謫取迂 | 111010001010110010101011111001011000111110010110111010001011111110000010 | e8acabe58f96e8bf82 |
UHC | 謫取迂 | 111011101110001111110110101000101110100111100110 | eee3f6a2e9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)