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^ | 1110010101000111100011111110110110001111010000000110001101011110 | e5478fed8f40635e |
EUC-JP | 薑常宗c^ | 1110100110101000101111101110111110111101101000010110001101011110 | e9a8beefbda1635e |
UTF-8 | 薑常宗c^ | 1110100010010110100100011110010110111000101110001110010110101110100101110110001101011110 | e89691e5b8b8e5ae97635e |
UHC | 薑常宗c^ | 1100101110111001110111111100100011110000111100110110001101011110 | cbb9dfc8f0f3635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)