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 | 邯帛セ梧刄^ | 11100111101101101001101111100101101111101000110011100110100110011000001101011110 | e7b69be5be8ce699835e |
EUC-JP | 邯帛セ梧刄^ | 1110111010111000110101101110011110001110101111101011100011101000110100011110001101011110 | eeb8d6e78ebeb8e8d1e35e |
UTF-8 | 邯帛セ梧刄^ | 11101001100000101010111111100101101110001001101111101111101111011011111011100110101000101010011111100101100010001000010001011110 | e982afe5b89befbdbee6a2a7e588845e |
UHC | 邯帛?梧?^ | 110010101111101111011011110110010011111111100111111111000011111101011110 | cafbdbd93fe7fc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)