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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 祭?慮V | 100011011101010100111111100101111011011001010110 | 8dd53f97b656 |
EUC-JP | 祭泮慮V | 1011101011010111100011111100011110101000110011101011100001010110 | bad78fc7a8ceb856 |
UTF-8 | 祭泮慮V | 11100111101001011010110111100110101100111010111011100110100001011010111001010110 | e7a5ade6b3aee685ae56 |
UHC | 祭泮慮V | 11110000101011101101101011101010110101011110011101010110 | f0aedaead5e756 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)