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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 貔オ螟ア驪ァ | 111001101011111010110101111001011010010010110001111010011000101110100111 | e6beb5e5a4b1e98ba7 |
EUC-JP | 貔オ螟ア驪ァ | 111011001100000010001110101101011110101010100110100011101011000111110001111010111000111010100111 | ecc08eb5eaa68eb1f1eb8ea7 |
UTF-8 | 貔オ螟ア驪ァ | 111010001011001010010100111011111011110110110101111010001001111010011111111011111011110110110001111010011010100110101010111011111011110110100111 | e8b294efbdb5e89e9fefbdb1e9a9aaefbda7 |
UHC | ??螟?驪? | 0011111100111111110110011010110100111111110101011111000100111111 | 3f3fd9ad3fd5f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)