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^ | 1001001001000101100100100100011110010001101000000110001101011110 | 9245924791a0635e |
EUC-JP | 脱竪蔵c^ | 1100001110100110110000111010100011000010101000100110001101011110 | c3a6c3a8c2a2635e |
UTF-8 | 脱竪蔵c^ | 1110100010000100101100011110011110101011101010101110100010010100101101010110001101011110 | e884b1e7abaae894b5635e |
UHC | ?竪?c^ | 001111111110001010110101001111110110001101011110 | 3fe2b53f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)