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叩俗 | 10010010010000010101011110010010010000001001000110101101 | 924157924091ad |
EUC-JP | 但W叩俗 | 11000011101000100101011111000011101000011100001010101111 | c3a257c3a1c2af |
UTF-8 | 但W叩俗 | 11100100101111011000011001010111111001011000111110101001111001001011111110010111 | e4bd8657e58fa9e4bf97 |
UHC | 但W叩俗 | 11010011101000110101011111001101101100001110000111010100 | d3a357cdb0e1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)