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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 湜ケ諶械 | 11111011010001111011100111111011101010101000101001000010 | fb47b9fbaa8a42 |
EUC-JP | 湜ケ諶械 | 10001111110001111111110010001110101110011000111111011110101101011011001110100011 | 8fc7fc8eb98fdeb5b3a3 |
UTF-8 | 湜ケ諶械 | 111001101011100110011100111011111011110110111001111010001010101110110110111001101010001010110000 | e6b99cefbdb9e8abb6e6a2b0 |
UHC | 湜?諶械 | 11100011110101110011111111100100101001101100110011111110 | e3d73fe4a6ccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)