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 | 式辞^ | 111100011110000110001110101011101111000111111011100011101010101101011110 | f1e18eaef1fb8eab5e |
EUC-JP | ?式?辞^ | 00111111101111001011000000111111101111001010110101011110 | 3fbcb03fbcad5e |
UTF-8 | 式辞^ | 11101110100001011001110011100101101111001000111111101110100001011011011011101000101111101001111001011110 | ee859ce5bc8fee85b6e8be9e5e |
UHC | ?式??^ | 001111111110001111010010001111110011111101011110 | 3fe3d23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)