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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 涇ア蝓キ韋 | 1111101011111011101100011110010110011111101101111110100011101000 | fafbb1e59fb7e8e8 |
EUC-JP | 涇ア蝓キ韋 | 1000111111000111110001111000111010110001111010101010000110001110101101111111000011101010 | 8fc7c78eb1eaa18eb7f0ea |
UTF-8 | 涇ア蝓キ韋 | 111001101011011010000111111011111011110110110001111010001001110110010011111011111011110110110111111010011001111110001011 | e6b687efbdb1e89d93efbdb7e99f8b |
UHC | 涇???韋 | 11001100110111000011111100111111001111111110101011011111 | ccdc3f3f3feadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)