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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 燁シ骼ヲ宍^ | 111110110101100110111100111010011000111010100110100011101011001101011110 | fb59bce98ea68eb35e |
EUC-JP | 燁シ骼ヲ宍^ | 100011111100101010110011100011101011110011110001111011101000111010100110101111001011010101011110 | 8fcab38ebcf1ee8ea6bcb55e |
UTF-8 | 燁シ骼ヲ宍^ | 11100111100001111000000111101111101111011011110011101001101010101011110011101111101111011010011011100101101011101000110101011110 | e78781efbdbce9aabcefbda6e5ae8d5e |
UHC | 燁????^ | 11100111101001110011111100111111001111110011111101011110 | e7a73f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)