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^ | 0011111100111111010111100110001101011110 | 3f3f5e635e |
SJIS-WIN | 偲磁^c^ | 10001110110000111000111010100101010111100110001101011110 | 8ec38ea55e635e |
EUC-JP | 偲磁^c^ | 10111100110001011011110010100111010111100110001101011110 | bcc5bca75e635e |
UTF-8 | 偲磁^c^ | 111001011000000110110010111001111010001110000001010111100110001101011110 | e581b2e7a3815e635e |
UHC | ?磁^c^ | 001111111110110110111000010111100110001101011110 | 3fedb85e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)