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^ | 111010010110111000111111010111100110001101011110 | e96e3f5e635e |
EUC-JP | 駭?^c^ | 111100011100111100111111010111100110001101011110 | f1cf3f5e635e |
UTF-8 | 駭찫^c^ | 111010011010011110101101111011001011000010101011010111100110001101011110 | e9a7adecb0ab5e635e |
UHC | 駭찫^c^ | 11111010101101001010101001000100010111100110001101011110 | fab4aa445e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)