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 | 邇雅鉛ミ」 | 1110011110001110100010011110101110001001100101001101000010100011 | e78e89eb8994d0a3 |
EUC-JP | 邇雅鉛ミ」 | 11101101111011101011001011101101101100011111010010001110110100001000111010100011 | edeeb2edb1f48ed08ea3 |
UTF-8 | 邇雅鉛ミ」 | 111010011000001010000111111010011001101110000101111010011000100110011011111011111011111010010000111011111011110110100011 | e98287e99b85e9899befbe90efbda3 |
UHC | 邇雅鉛?? | 1110110011000100111001001011101011100110111001110011111100111111 | ecc4e4bae6e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)