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 | 惚? | 100011011001101100111111 | 8d9b3f |
EUC-JP | 惚琰 | 1011100111111011100011111100110010110100 | b9fb8fccb4 |
UTF-8 | 惚琰 | 111001101000001110011010111001111001000010110000 | e6839ae790b0 |
UHC | 惚琰 | 11111011111011011110011011111100 | fbede6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)