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 | 1000111011010011100011101011100101101001100011101101001110001110101110010110100101000010 | 8ed38eb9698ed38eb96942 |
EUC-JP | 謝嫉i謝嫉iB | 1011110011010101101111001011101101101001101111001101010110111100101110110110100101000010 | bcd5bcbb69bcd5bcbb6942 |
UTF-8 | 謝嫉i謝嫉iB | 111010001010110010011101111001011010101110001001011010011110100010101100100111011110010110101011100010010110100101000010 | e8ac9de5ab8969e8ac9de5ab896942 |
UHC | 謝嫉i謝嫉iB | 1101111011110011111100101110110001101001110111101111001111110010111011000110100101000010 | def3f2ec69def3f2ec6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)