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 | ?o | 0011111101101111 | 3f6f |
SJIS-WIN | 辜o | 111001111000001101101111 | e7836f |
EUC-JP | 辜o | 111011011110001101101111 | ede36f |
UTF-8 | 辜o | 11101000101111101001110001101111 | e8be9c6f |
UHC | 辜o | 110011011101000001101111 | cdd06f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)