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{^ | 1001011010100000111000100110010101111101100101101010000011100010011001010111101101011110 | 96a0e2657d96a0e2657b5e |
SJIS-WIN | ???e}???e{^ | 0011111100111111001111110110010101111101001111110011111100111111011001010111101101011110 | 3f3f3f657d3f3f3f657b5e |
EUC-JP | ??âe}??âe{^ | 001111110011111110001111101010111010010001100101011111010011111100111111100011111010101110100100011001010111101101011110 | 3f3f8faba4657d3f3f8faba4657b5e |
UTF-8 | âe} âe{^ | 1100001010010110110000101010000011000011101000100110010101111101110000101001011011000010101000001100001110100010011001010111101101011110 | c296c2a0c3a2657dc296c2a0c3a2657b5e |
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)