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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 渧カ鮗キ^ | 11111011010010001011011011101001101110101011011101011110 | fb48b6e9bab75e |
EUC-JP | 渧カ鮗キ^ | 10001111110001111110101110001110101101101111001010111100100011101011011101011110 | 8fc7eb8eb6f2bc8eb75e |
UTF-8 | 渧カ鮗キ^ | 11100110101110001010011111101111101111011011011011101001101011101001011111101111101111011011011101011110 | e6b8a7efbdb6e9ae97efbdb75e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)