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 | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | 炭贈造D^ | 1001001001011001100100011010000110010001101000100100010001011110 | 925991a191a2445e |
EUC-JP | 炭贈造D^ | 1100001110111010110000101010001111000010101001000100010001011110 | c3bac2a3c2a4445e |
UTF-8 | 炭贈造D^ | 1110011110000010101011011110100010110100100010001110100110000000101000000100010001011110 | e782ade8b488e980a0445e |
UHC | 炭贈造D^ | 1111011110101001111100011111110011110000111000110100010001011110 | f7a9f1fcf0e3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)