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 | 銹危得寬 | 1110011111110110100010101110101110010011101111101111101010101010 | e7f68aeb93befaaa |
EUC-JP | 銹危得? | 11101110111110001011010011101101110001101100000000111111 | eef8b4edc6c03f |
UTF-8 | 銹危得寬 | 111010011000101010111001111001011000110110110001111001011011111010010111111001011010111110101100 | e98ab9e58db1e5be97e5afac |
UHC | 銹危得寬 | 1110001011001000111010101100101111010100111100001100111010110000 | e2c8eacbd4f0ceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)