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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 卒短E | 1001000110110010100100100101101001000101 | 91b2925a45 |
EUC-JP | 卒短E | 1100001010110100110000111011101101000101 | c2b4c3bb45 |
UTF-8 | 卒短E | 11100101100011011001001011100111100111111010110101000101 | e58d92e79fad45 |
UHC | 卒短E | 1111000011101111110100111010110101000101 | f0efd3ad45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)