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 | 儲勘櫂 | 100101101101011110001010101010001001111101000100 | 96d78aa89f44 |
EUC-JP | 儲勘櫂 | 110011001101100110110100101010101101110110100101 | ccd9b4aadda5 |
UTF-8 | 儲勘櫂 | 111001011000010010110010111001011000101110011000111001101010101110000010 | e584b2e58b98e6ab82 |
UHC | 儲勘櫂 | 111011101011100111001010111010111101010010100010 | eeb9caebd4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)