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 | ?????y\ | 00111111001111110011111100111111001111110111100101011100 | 3f3f3f3f3f795c |
SJIS-WIN | 陷壻ク櫁乢y\ | 1110100010011100100110101110010010111000100111101110100010011011101001000111100101011100 | e89c9ae4b89ee89ba4795c |
EUC-JP | 陷壻ク櫁乢y\ | 111011111111110011010100111001101000111010111000110111001110101011010110101001100111100101011100 | effcd4e68eb8dcead6a6795c |
UTF-8 | 陷壻ク櫁乢y\ | 1110100110011001101101111110010110100011101110111110111110111101101110001110011010101011100000011110010010111001101000100111100101011100 | e999b7e5a3bbefbdb8e6ab81e4b9a2795c |
UHC | 陷壻???y\ | 111110011110100011011111111010110011111100111111001111110111100101011100 | f9e8dfeb3f3f3f795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)