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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謝嫉粃 | 100011101101001110001110101110011110001011100001 | 8ed38eb9e2e1 |
EUC-JP | 謝嫉粃 | 101111001101010110111100101110111110010011100011 | bcd5bcbbe4e3 |
UTF-8 | 謝嫉粃 | 111010001010110010011101111001011010101110001001111001111011001010000011 | e8ac9de5ab89e7b283 |
UHC | 謝嫉粃 | 110111101111001111110010111011001101110111111011 | def3f2ecddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)