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 | 嶢疾}嶢疾{^ | 1001101111010000100011101011111001111101100110111101000010001110101111100111101101011110 | 9bd08ebe7d9bd08ebe7b5e |
EUC-JP | 嶢疾}嶢疾{^ | 1101011011010010101111001100000001111101110101101101001010111100110000000111101101011110 | d6d2bcc07dd6d2bcc07b5e |
UTF-8 | 嶢疾}嶢疾{^ | 111001011011011010100010111001111001011010111110011111011110010110110110101000101110011110010110101111100111101101011110 | e5b6a2e796be7de5b6a2e796be7b5e |
UHC | 嶢疾}嶢疾{^ | 1110100011110010111100101111000001111101111010001111001011110010111100000111101101011110 | e8f2f2f07de8f2f2f07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)