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 | 、隘裹盻」 | 11110001111000101010010011101000101001011110010111100101111000011011101110100011 | f1e2a4e8a5e5e5e1bba3 |
EUC-JP | ?、隘裹盻」 | 0011111110001110101001001111000010100111111010101110011111100010101111011000111010100011 | 3f8ea4f0a7eae7e2bd8ea3 |
UTF-8 | 、隘裹盻」 | 111011101000010110011101111011111011110110100100111010011001101010011000111010001010001110111001111001111001101110111011111011111011110110100011 | ee859defbda4e99a98e8a3b9e79bbbefbda3 |
UHC | ??隘??? | 00111111001111111110010011110110001111110011111100111111 | 3f3fe4f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)