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 | ?Wb[?Wb[^ | 001111110101011101100010010110110011111101010111011000100101101101011110 | 3f57625b3f57625b5e |
SJIS-WIN | ?Wb[?Wb[^ | 001111110101011101100010010110110011111101010111011000100101101101011110 | 3f57625b3f57625b5e |
EUC-JP | ?Wb[?Wb[^ | 001111110101011101100010010110110011111101010111011000100101101101011110 | 3f57625b3f57625b5e |
UTF-8 | 묧Wb[묧Wb[^ | 11101011101011001010011101010111011000100101101111101011101011001010011101010111011000100101101101011110 | ebaca757625bebaca757625b5e |
UHC | 묧Wb[묧Wb[^ | 1001000111111110010101110110001001011011100100011111111001010111011000100101101101011110 | 91fe57625b91fe57625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)