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{^ | 001111110011111101100101011111010011111100111111011001010111101101011110 | 3f3f657d3f3f657b5e |
SJIS-WIN | ??e}??e{^ | 001111110011111101100101011111010011111100111111011001010111101101011110 | 3f3f657d3f3f657b5e |
EUC-JP | ??e}??e{^ | 001111110011111101100101011111010011111100111111011001010111101101011110 | 3f3f657d3f3f657b5e |
UTF-8 | 폴燎e}폴燎e{^ | 1110110110001111101101001110111110100111100000000110010101111101111011011000111110110100111011111010011110000000011001010111101101011110 | ed8fb4efa780657ded8fb4efa780657b5e |
UHC | 폴燎e}폴燎e{^ | 11000110111110101110100011111011011001010111110111000110111110101110100011111011011001010111101101011110 | c6fae8fb657dc6fae8fb657b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)