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 | 1111101011111011101100111110010110111100100011110111110101000010 | fafbb3e5bc8f7d42 |
EUC-JP | 涇ウ蠑殉B | 10001111110001111100011110001110101100111110101010111110101111011101111001000010 | 8fc7c78eb3eabebdde42 |
UTF-8 | 涇ウ蠑殉B | 11100110101101101000011111101111101111011011001111101000101000001001000111100110101011101000100101000010 | e6b687efbdb3e8a091e6ae8942 |
UHC | 涇??殉B | 11001100110111000011111100111111111000101110011001000010 | ccdc3f3fe2e642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)