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 | 貔オ螟ア貔郁 | 11100110101111101011010111100101101001001011000111100110101111101000100011101000 | e6beb5e5a4b1e6be88e8 |
EUC-JP | 貔オ螟ア貔郁 | 111011001100000010001110101101011110101010100110100011101011000111101100110000001011000011101010 | ecc08eb5eaa68eb1ecc0b0ea |
UTF-8 | 貔オ螟ア貔郁 | 111010001011001010010100111011111011110110110101111010001001111010011111111011111011110110110001111010001011001010010100111010011000001110000001 | e8b294efbdb5e89e9fefbdb1e8b294e98381 |
UHC | ??螟??郁 | 0011111100111111110110011010110100111111001111111110100111110100 | 3f3fd9ad3f3fe9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)