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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 쩌쩍채횞쩌횦^ | 11101100101010011000110011101100101010011000110111101100101100011000010011101101100110101001111011101100101010011000110011101101100110101010011001011110 | eca98ceca98decb184ed9a9eeca98ced9aa65e |
UHC | 쩌쩍채횞쩌횦^ | 11000010101111001100001010111101110000111010010011000011100101111100001010111100110000111001110101011110 | c2bcc2bdc3a4c397c2bcc39d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)