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 | イ骼ー質韋 | 11110000101110101011001011101001100011101011000010001110101111111110100011101000 | f0bab2e98eb08ebfe8e8 |
EUC-JP | ?イ骼ー質韋 | 0011111110001110101100101111000111101110100011101011000010111100110000011111000011101010 | 3f8eb2f1ee8eb0bcc1f0ea |
UTF-8 | イ骼ー質韋 | 111011101000000110111001111011111011110110110010111010011010101010111100111011111011110110110000111010001011001110101010111010011001111110001011 | ee81b9efbdb2e9aabcefbdb0e8b3aae99f8b |
UHC | ????質韋 | 0011111100111111001111110011111111110010111101011110101011011111 | 3f3f3f3ff2f5eadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)