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 | 鬩・讎雁℡隰 | 1110100110101001101001011110011010100110100010101110010110000111100001001110100010101100 | e9a9a5e6a68ae58784e8ac |
EUC-JP | 鬩・讎雁?隰 | 1111001010101011100011101010010111101100101010001011010011100111001111111111000010101110 | f2ab8ea5eca8b4e73ff0ae |
UTF-8 | 鬩・讎雁℡隰 | 111010011010110010101001111011111011110110100101111010001010111010001110111010011001101110000001111000101000010010100001111010011001101010110000 | e9aca9efbda5e8ae8ee99b81e284a1e99ab0 |
UHC | ???雁℡? | 0011111100111111001111111110010011010010101000101110010100111111 | 3f3f3fe4d2a2e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)