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 | 遲晏セ梧刄^ | 11100111101011011001110111100101101111101000110011100110100110011000001101011110 | e7ad9de5be8ce699835e |
EUC-JP | 遲晏セ梧刄^ | 1110111010101111110110101110011110001110101111101011100011101000110100011110001101011110 | eeafdae78ebeb8e8d1e35e |
UTF-8 | 遲晏セ梧刄^ | 11101001100000011011001011100110100110011000111111101111101111011011111011100110101000101010011111100101100010001000010001011110 | e981b2e6998fefbdbee6a2a7e588845e |
UHC | 遲晏?梧?^ | 111100101100000011100100110011110011111111100111111111000011111101011110 | f2c0e4cf3fe7fc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)