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 | 寃??富 | 100110111000001100111111001111111001010101111000 | 9b833f3f9578 |
EUC-JP | 寃??富 | 110101011110001100111111001111111100100111011001 | d5e33f3fc9d9 |
UTF-8 | 寃얗렪富 | 111001011010111110000011111011001001011010010111111010111010000010101010111001011010111110001100 | e5af83ec9697eba0aae5af8c |
UHC | 寃얗렪富 | 1110101010110010101111101110100110001110101110001101110110100011 | eab2bee98eb8dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)