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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 祭?慮弔 | 10001101110101010011111110010111101101101001001010100010 | 8dd53f97b692a2 |
EUC-JP | 祭泮慮弔 | 101110101101011110001111110001111010100011001110101110001100010010100100 | bad78fc7a8ceb8c4a4 |
UTF-8 | 祭泮慮弔 | 111001111010010110101101111001101011001110101110111001101000010110101110111001011011110010010100 | e7a5ade6b3aee685aee5bc94 |
UHC | 祭泮慮弔 | 1111000010101110110110101110101011010101111001111111000011000000 | f0aedaead5e7f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)