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 | ?W?? | 00111111010101110011111100111111 | 3f573f3f |
SJIS-WIN | 叩W叩速 | 10010010010000000101011110010010010000001001000110101100 | 924057924091ac |
EUC-JP | 叩W叩速 | 11000011101000010101011111000011101000011100001010101110 | c3a157c3a1c2ae |
UTF-8 | 叩W叩速 | 11100101100011111010100101010111111001011000111110101001111010011000000010011111 | e58fa957e58fa9e9809f |
UHC | 叩W叩速 | 11001101101100000101011111001101101100001110000111011100 | cdb057cdb0e1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)