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 | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
SJIS-WIN | 叩}叩他 | 10010010010000000111110110010010010000001001000110111100 | 92407d924091bc |
EUC-JP | 叩}叩他 | 11000011101000010111110111000011101000011100001010111110 | c3a17dc3a1c2be |
UTF-8 | 叩}叩他 | 11100101100011111010100101111101111001011000111110101001111001001011101110010110 | e58fa97de58fa9e4bb96 |
UHC | 叩}叩他 | 11001101101100000111110111001101101100001111011011100010 | cdb07dcdb0f6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)