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? | 001111110101011100111111 | 3f573f |
SJIS-WIN | 但W叩 | 1001001001000001010101111001001001000000 | 9241579240 |
EUC-JP | 但W叩 | 1100001110100010010101111100001110100001 | c3a257c3a1 |
UTF-8 | 但W叩 | 11100100101111011000011001010111111001011000111110101001 | e4bd8657e58fa9 |
UHC | 但W叩 | 1101001110100011010101111100110110110000 | d3a357cdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)