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 | 跪雅鉛ミ」 | 1110011011101100100010011110101110001001100101001101000010100011 | e6ec89eb8994d0a3 |
EUC-JP | 跪雅鉛ミ」 | 11101100111011101011001011101101101100011111010010001110110100001000111010100011 | eceeb2edb1f48ed08ea3 |
UTF-8 | 跪雅鉛ミ」 | 111010001011011110101010111010011001101110000101111010011000100110011011111011111011111010010000111011111011110110100011 | e8b7aae99b85e9899befbe90efbda3 |
UHC | ?雅鉛?? | 00111111111001001011101011100110111001110011111100111111 | 3fe4bae6e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)