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 | ??^??^B | 00111111001111110101111000111111001111110101111001000010 | 3f3f5e3f3f5e42 |
SJIS-WIN | 謝嫉^謝嫉^B | 1000111011010011100011101011100101011110100011101101001110001110101110010101111001000010 | 8ed38eb95e8ed38eb95e42 |
EUC-JP | 謝嫉^謝嫉^B | 1011110011010101101111001011101101011110101111001101010110111100101110110101111001000010 | bcd5bcbb5ebcd5bcbb5e42 |
UTF-8 | 謝嫉^謝嫉^B | 111010001010110010011101111001011010101110001001010111101110100010101100100111011110010110101011100010010101111001000010 | e8ac9de5ab895ee8ac9de5ab895e42 |
UHC | 謝嫉^謝嫉^B | 1101111011110011111100101110110001011110110111101111001111110010111011000101111001000010 | def3f2ec5edef3f2ec5e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)