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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 渧カ鮗キB | 11111011010010001011011011101001101110101011011101000010 | fb48b6e9bab742 |
EUC-JP | 渧カ鮗キB | 10001111110001111110101110001110101101101111001010111100100011101011011101000010 | 8fc7eb8eb6f2bc8eb742 |
UTF-8 | 渧カ鮗キB | 11100110101110001010011111101111101111011011011011101001101011101001011111101111101111011011011101000010 | e6b8a7efbdb6e9ae97efbdb742 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)