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 | ??????\^ | 0011111100111111001111110011111100111111001111110101110001011110 | 3f3f3f3f3f3f5c5e |
SJIS-WIN | ??????\^ | 0011111100111111001111110011111100111111001111110101110001011110 | 3f3f3f3f3f3f5c5e |
EUC-JP | ??????\^ | 0011111100111111001111110011111100111111001111110101110001011110 | 3f3f3f3f3f3f5c5e |
UTF-8 | 렻렋렺렔렻렎\^ | 1110101110100000101110111110101110100000100010111110101110100000101110101110101110100000100101001110101110100000101110111110101110100000100011100101110001011110 | eba0bbeba08beba0baeba094eba0bbeba08e5c5e |
UHC | 렻렋렺렔렻렎\^ | 1000111011000011100011101010001010001110110000101000111010101001100011101100001110001110101001000101110001011110 | 8ec38ea28ec28ea98ec38ea45c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)