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 | 祭?琥句 | 10001101110101010011111111100000111001101000101111100101 | 8dd53fe0e68be5 |
EUC-JP | 祭?琥句 | 10111010110101110011111111100000111010001011011011100111 | bad73fe0e8b6e7 |
UTF-8 | 祭렢琥句 | 111001111010010110101101111010111010000010100010111001111001000010100101111001011000111110100101 | e7a5adeba0a2e790a5e58fa5 |
UHC | 祭렢琥句 | 1111000010101110100011101011001111111011110100001100111110100011 | f0ae8eb3fbd0cfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)