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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 倖幡 | 10001100111101001001010010100110 | 8cf494a6 |
EUC-JP | 倖幡 | 10111000111101101100100010101000 | b8f6c8a8 |
UTF-8 | 倖幡 | 111001011000000010010110111001011011100110100001 | e58096e5b9a1 |
UHC | 倖幡 | 11111010101110001101101111011111 | fab8dbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)