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 | 跣夕跣夕^ | 111001101110111110010111010110111110011011101111100101110101101101011110 | e6ef975be6ef975b5e |
EUC-JP | 跣夕跣夕^ | 111011001111000111001101101111001110110011110001110011011011110001011110 | ecf1cdbcecf1cdbc5e |
UTF-8 | 跣夕跣夕^ | 11101000101101111010001111100101101001001001010111101000101101111010001111100101101001001001010101011110 | e8b7a3e5a495e8b7a3e5a4955e |
UHC | 跣夕跣夕^ | 111000001101001111100000101010101110000011010011111000001010101001011110 | e0d3e0aae0d3e0aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)