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 | 式嵭疾^ | 111100011110000110001110101011101111101010110011100011101011111001011110 | f1e18eaefab38ebe5e |
EUC-JP | ?式嵭疾^ | 001111111011110010110000100011111011101111011110101111001100000001011110 | 3fbcb08fbbdebcc05e |
UTF-8 | 式嵭疾^ | 11101110100001011001110011100101101111001000111111100101101101011010110111100111100101101011111001011110 | ee859ce5bc8fe5b5ade796be5e |
UHC | ?式?疾^ | 00111111111000111101001000111111111100101111000001011110 | 3fe3d23ff2f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)