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 | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 羞睥i羞睥iB | 1110001110110101111000011100110001101001111000111011010111100001110011000110100101000010 | e3b5e1cc69e3b5e1cc6942 |
EUC-JP | 羞睥i羞睥iB | 1110011010110111111000101100111001101001111001101011011111100010110011100110100101000010 | e6b7e2ce69e6b7e2ce6942 |
UTF-8 | 羞睥i羞睥iB | 111001111011111010011110111001111001110110100101011010011110011110111110100111101110011110011101101001010110100101000010 | e7be9ee79da569e7be9ee79da56942 |
UHC | 羞?i羞?iB | 111000101011101000111111011010011110001010111010001111110110100101000010 | e2ba3f69e2ba3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)