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 | 雉樒イ滓雉 | 1110100010110011100111101110011110110010100111111110011011110100100011101110100010110011 | e8b39ee7b29fe6f48ee8b3 |
EUC-JP | 雉樒イ滓?雉 | 1111000010110101110111001110100110001110101100101101111011101000001111111111000010110101 | f0b5dce98eb2dee83ff0b5 |
UTF-8 | 雉樒イ滓雉 | 111010011001101110001001111001101010100010010010111011111011110110110010111001101011101110010011111011101000110010111101111010011001101110001001 | e99b89e6a892efbdb2e6bb93ee8cbde99b89 |
UHC | 雉??滓?雉 | 111101101100101100111111001111111110111010101011001111111111011011001011 | f6cb3f3feeab3ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)