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 | ????@??@ | 0011111100111111001111110011111101000000001111110011111101000000 | 3f3f3f3f403f3f40 |
SJIS-WIN | ????@??@ | 0011111100111111001111110011111101000000001111110011111101000000 | 3f3f3f3f403f3f40 |
EUC-JP | ????@??@ | 0011111100111111001111110011111101000000001111110011111101000000 | 3f3f3f3f403f3f40 |
UTF-8 | 렺궷렻렎@렻렎@ | 1110101110100000101110101110101010110110101101111110101110100000101110111110101110100000100011100100000011101011101000001011101111101011101000001000111001000000 | eba0baeab6b7eba0bbeba08e40eba0bbeba08e40 |
UHC | 렺궷렻렎@렻렎@ | 1000111011000010101100011100110010001110110000111000111010100100010000001000111011000011100011101010010001000000 | 8ec2b1cc8ec38ea4408ec38ea440 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)