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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
UTF-8 | 쨔짭쩍횧] | 11101100101010001001010011101100101001111010110111101100101010011000110111101101100110101010011101011101 | eca894eca7adeca98ded9aa75d |
UHC | 쨔짭쩍횧] | 110000101011100111000010101011001100001010111101110000111001111001011101 | c2b9c2acc2bdc39e5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)