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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 謝嫉粃\ | 10001110110100111000111010111001111000101110000101011100 | 8ed38eb9e2e15c |
EUC-JP | 謝嫉粃\ | 10111100110101011011110010111011111001001110001101011100 | bcd5bcbbe4e35c |
UTF-8 | 謝嫉粃\ | 11101000101011001001110111100101101010111000100111100111101100101000001101011100 | e8ac9de5ab89e7b2835c |
UHC | 謝嫉粃\ | 11011110111100111111001011101100110111011111101101011100 | def3f2ecddfb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)