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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 嶢拌}嶢拌{^ | 1001101111010000100111010110000101111101100110111101000010011101011000010111101101011110 | 9bd09d617d9bd09d617b5e |
EUC-JP | 嶢拌}嶢拌{^ | 1101011011010010110110011100001001111101110101101101001011011001110000100111101101011110 | d6d2d9c27dd6d2d9c27b5e |
UTF-8 | 嶢拌}嶢拌{^ | 111001011011011010100010111001101000101110001100011111011110010110110110101000101110011010001011100011000111101101011110 | e5b6a2e68b8c7de5b6a2e68b8c7b5e |
UHC | 嶢拌}嶢拌{^ | 1110100011110010110110101110010101111101111010001111001011011010111001010111101101011110 | e8f2dae57de8f2dae57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)