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 | 銓馴エィ | 11100111111100101001001111101001101101001000001101000010 | e7f293e9b48342 |
EUC-JP | 銓馴エィ | 1110111011110100110001101110101110001110101101001010010110100011 | eef4c6eb8eb4a5a3 |
UTF-8 | 銓馴エィ | 111010011000101010010011111010011010011010110100111011111011110110110100111000111000001010100011 | e98a93e9a6b4efbdb4e382a3 |
UHC | 銓馴?ィ | 11101111101100001110001011111000001111111010101110100011 | efb0e2f83faba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)