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 | ¬e}¬e{^ | 1001011010101100100101100110010101111101100101101010110010010110011001010111101101011110 | 96ac96657d96ac96657b5e |
SJIS-WIN | ?¬?e}?¬?e{^ | 00111111100000011100101000111111011001010111110100111111100000011100101000111111011001010111101101011110 | 3f81ca3f657d3f81ca3f657b5e |
EUC-JP | ?¬?e}?¬?e{^ | 00111111101000101100110000111111011001010111110100111111101000101100110000111111011001010111101101011110 | 3fa2cc3f657d3fa2cc3f657b5e |
UTF-8 | ¬e}¬e{^ | 1100001010010110110000101010110011000010100101100110010101111101110000101001011011000010101011001100001010010110011001010111101101011110 | c296c2acc296657dc296c2acc296657b5e |
UHC | ???e}???e{^ | 0011111100111111001111110110010101111101001111110011111100111111011001010111101101011110 | 3f3f3f657d3f3f3f657b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)