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 | ??Z? | 00111111001111110101101000111111 | 3f3f5a3f |
SJIS-WIN | 蜩ュZ逞 | 111001011001001110101101010110101110011110010111 | e593ad5ae797 |
EUC-JP | 蜩ュZ逞 | 11101001111100111000111010101101010110101110110111110111 | e9f38ead5aedf7 |
UTF-8 | 蜩ュZ逞 | 11101000100111001010100111101111101111011010110101011010111010011000000010011110 | e89ca9efbdad5ae9809e |
UHC | ??Z逞 | 0011111100111111010110101101011011000001 | 3f3f5ad6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)