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 | ?U?W | 00111111010101010011111101010111 | 3f553f57 |
SJIS-WIN | 叩U但W | 100100100100000001010101100100100100000101010111 | 924055924157 |
EUC-JP | 叩U但W | 110000111010000101010101110000111010001001010111 | c3a155c3a257 |
UTF-8 | 叩U但W | 1110010110001111101010010101010111100100101111011000011001010111 | e58fa955e4bd8657 |
UHC | 叩U但W | 110011011011000001010101110100111010001101010111 | cdb055d3a357 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)