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 | 祭?慮 | 1000110111010101001111111001011110110110 | 8dd53f97b6 |
EUC-JP | 祭泮慮 | 10111010110101111000111111000111101010001100111010111000 | bad78fc7a8ceb8 |
UTF-8 | 祭泮慮 | 111001111010010110101101111001101011001110101110111001101000010110101110 | e7a5ade6b3aee685ae |
UHC | 祭泮慮 | 111100001010111011011010111010101101010111100111 | f0aedaead5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)