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 | 貔オ螟ア韜礼 | 11100110101111101011010111100101101001001011000111101000111010011001011111100111 | e6beb5e5a4b1e8e997e7 |
EUC-JP | 貔オ螟ア韜礼 | 111011001100000010001110101101011110101010100110100011101011000111110000111010111100111011101001 | ecc08eb5eaa68eb1f0ebcee9 |
UTF-8 | 貔オ螟ア韜礼 | 111010001011001010010100111011111011110110110101111010001001111010011111111011111011110110110001111010011001111110011100111001111010010010111100 | e8b294efbdb5e89e9fefbdb1e99f9ce7a4bc |
UHC | ??螟?韜? | 0011111100111111110110011010110100111111110101001011011100111111 | 3f3fd9ad3fd4b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)