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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奪其存誰他 | 10010010010001001001000110110100100100011011011010010010010011101001000110111100 | 924491b491b6924e91bc |
EUC-JP | 奪其存誰他 | 11000011101001011100001010110110110000101011100011000011101011111100001010111110 | c3a5c2b6c2b8c3afc2be |
UTF-8 | 奪其存誰他 | 111001011010010110101010111001011000010110110110111001011010110110011000111010001010101010110000111001001011101110010110 | e5a5aae585b6e5ad98e8aab0e4bb96 |
UHC | 奪其存誰他 | 11110111101011001101000011101100111100001110110111100010110000011111011011100010 | f7acd0ecf0ede2c1f6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)