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 | ?r?P | 00111111011100100011111101010000 | 3f723f50 |
SJIS-WIN | 叩r叩P | 100100100100000001110010100100100100000001010000 | 924072924050 |
EUC-JP | 叩r叩P | 110000111010000101110010110000111010000101010000 | c3a172c3a150 |
UTF-8 | 叩r叩P | 1110010110001111101010010111001011100101100011111010100101010000 | e58fa972e58fa950 |
UHC | 叩r叩P | 110011011011000001110010110011011011000001010000 | cdb072cdb050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)