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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 邨弱h陝ケ\ | 11100111101101011000111011100011100000101000100011101000100111111011100101011100 | e7b58ee38288e89fb95c |
EUC-JP | 邨弱h陝ケ\ | 1110111010110111101111001110010110100011111010001111000010100001100011101011100101011100 | eeb7bce5a3e8f0a18eb95c |
UTF-8 | 邨弱h陝ケ\ | 11101001100000101010100011100101101111001011000111101111101111011000100011101001100110011001110111101111101111011011100101011100 | e982a8e5bcb1efbd88e9999defbdb95c |
UHC | 邨弱h陝?\ | 11110101101111101110010110110000101000111110100011100000111011010011111101011100 | f5bee5b0a3e8e0ed3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)