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 | 筮篌釈 | 111000101010110011100010101110101000111011011111 | e2ace2ba8edf |
EUC-JP | 筮篌釈 | 111001001010111011100100101111001011110011100001 | e4aee4bcbce1 |
UTF-8 | 筮篌釈 | 111001111010110110101110111001111010111110001100111010011000011110001000 | e7adaee7af8ce98788 |
UHC | 筮?? | 11011111111110110011111100111111 | dffb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)