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^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | モ」矗c^ | 110100111010001111100001110111100110001101011110 | d3a3e1de635e |
EUC-JP | モ」矗c^ | 1000111011010011100011101010001111100010111000000110001101011110 | 8ed38ea3e2e0635e |
UTF-8 | モ」矗c^ | 1110111110111110100100111110111110111101101000111110011110011111100101110110001101011110 | efbe93efbda3e79f97635e |
UHC | ??矗c^ | 001111110011111111110101101110000110001101011110 | 3f3ff5b8635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)