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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 謝室謝室^ | 100011101101001110001110101110101000111011010011100011101011101001011110 | 8ed38eba8ed38eba5e |
EUC-JP | 謝室謝室^ | 101111001101010110111100101111001011110011010101101111001011110001011110 | bcd5bcbcbcd5bcbc5e |
UTF-8 | 謝室謝室^ | 11101000101011001001110111100101101011101010010011101000101011001001110111100101101011101010010001011110 | e8ac9de5aea4e8ac9de5aea45e |
UHC | 謝室謝室^ | 110111101111001111100011111110001101111011110011111000111111100001011110 | def3e3f8def3e3f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)