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 | ?j?P | 00111111011010100011111101010000 | 3f6a3f50 |
SJIS-WIN | 短j叩P | 100100100101101001101010100100100100000001010000 | 925a6a924050 |
EUC-JP | 短j叩P | 110000111011101101101010110000111010000101010000 | c3bb6ac3a150 |
UTF-8 | 短j叩P | 1110011110011111101011010110101011100101100011111010100101010000 | e79fad6ae58fa950 |
UHC | 短j叩P | 110100111010110101101010110011011011000001010000 | d3ad6acdb050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)