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 | 阡馴エィ | 11101000100101001001001111101001101101001000001101000010 | e89493e9b48342 |
EUC-JP | 阡馴エィ | 1110111111110100110001101110101110001110101101001010010110100011 | eff4c6eb8eb4a5a3 |
UTF-8 | 阡馴エィ | 111010011001100010100001111010011010011010110100111011111011110110110100111000111000001010100011 | e998a1e9a6b4efbdb4e382a3 |
UHC | 阡馴?ィ | 11110100110001101110001011111000001111111010101110100011 | f4c6e2f83faba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)