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 | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-WIN | ?潁}i?潁}iB | 0011111110011111111100010111110101101001001111111001111111110001011111010110100101000010 | 3f9ff17d693f9ff17d6942 |
EUC-JP | ?潁}i?潁}iB | 0011111111011110111100110111110101101001001111111101111011110011011111010110100101000010 | 3fdef37d693fdef37d6942 |
UTF-8 | 윎潁}i윎潁}iB | 1110110010011100100011101110011010111101100000010111110101101001111011001001110010001110111001101011110110000001011111010110100101000010 | ec9c8ee6bd817d69ec9c8ee6bd817d6942 |
UHC | 윎潁}i윎潁}iB | 10011111100101011110011110111000011111010110100110011111100101011110011110111000011111010110100101000010 | 9f95e7b87d699f95e7b87d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)