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 | ???c | 00111111001111110011111101100011 | 3f3f3f63 |
SJIS-WIN | 炭尊短c | 10010010010110011001000110111000100100100101101001100011 | 925991b8925a63 |
EUC-JP | 炭尊短c | 11000011101110101100001010111010110000111011101101100011 | c3bac2bac3bb63 |
UTF-8 | 炭尊短c | 11100111100000101010110111100101101100001000101011100111100111111010110101100011 | e782ade5b08ae79fad63 |
UHC | 炭尊短c | 11110111101010011111000011101110110100111010110101100011 | f7a9f0eed3ad63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)