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 | 馴貽馴 | 100100111110100111100110110001001001001111101001 | 93e9e6c493e9 |
EUC-JP | 馴貽馴 | 110001101110101111101100110001101100011011101011 | c6ebecc6c6eb |
UTF-8 | 馴貽馴 | 111010011010011010110100111010001011001010111101111010011010011010110100 | e9a6b4e8b2bde9a6b4 |
UHC | 馴貽馴 | 111000101111100011101100110000101110001011111000 | e2f8ecc2e2f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)