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 | 狸存賊脱村 | 10010010010010111001000110110110100100011010111110010010010001011001000110111010 | 924b91b691af924591ba |
EUC-JP | 狸存賊脱村 | 11000011101011001100001010111000110000101011000111000011101001101100001010111100 | c3acc2b8c2b1c3a6c2bc |
UTF-8 | 狸存賊脱村 | 111001111000101110111000111001011010110110011000111010001011001110001010111010001000010010110001111001101001110110010001 | e78bb8e5ad98e8b38ae884b1e69d91 |
UHC | 狸存賊?村 | 110101111110000111110000111011011110111011100100001111111111010110111101 | d7e1f0edeee43ff5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)