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 | 筮の残 | 111000101010110010000010110011001000111001100011 | e2ac82cc8e63 |
EUC-JP | 筮の残 | 111001001010111010100100110011101011101111000100 | e4aea4cebbc4 |
UTF-8 | 筮の残 | 111001111010110110101110111000111000000110101110111001101010111010001011 | e7adaee381aee6ae8b |
UHC | 筮の? | 1101111111111011101010101100111000111111 | dffbaace3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)