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 | 11100000111101001110001001010101011111010110100111100000111101001110001001010101011111010110100101000010 | e0f4e2557d69e0f4e2557d6942 |
EUC-JP | 瑶禧}i瑶禧}iB | 11100000111101101110001110110110011111010110100111100000111101101110001110110110011111010110100101000010 | e0f6e3b67d69e0f6e3b67d6942 |
UTF-8 | 瑶禧}i瑶禧}iB | 1110011110010001101101101110011110100110101001110111110101101001111001111001000110110110111001111010011010100111011111010110100101000010 | e791b6e7a6a77d69e791b6e7a6a77d6942 |
UHC | ?禧}i?禧}iB | 0011111111111101111110110111110101101001001111111111110111111011011111010110100101000010 | 3ffdfb7d693ffdfb7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)