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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 뤂쐣뤂쐣^ | 11101011101001001000001011101100100100001010001111101011101001001000001011101100100100001010001101011110 | eba482ec90a3eba482ec90a35e |
UHC | 뤂쐣뤂쐣^ | 100011111011001110011100100010011000111110110011100111001000100101011110 | 8fb39c898fb39c895e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)