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 | 謳戀 | 11100110100100001001110011110110 | e6909cf6 |
EUC-JP | 謳戀 | 11101011111100001101100011111000 | ebf0d8f8 |
UTF-8 | 謳戀 | 111010001010110010110011111001101000100010000000 | e8acb3e68880 |
UHC | 謳戀 | 11001111110001001101010111111100 | cfc4d5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)