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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 忿忻\ | 1001110001111100100111000111011001011100 | 9c7c9c765c |
EUC-JP | 忿忻\ | 1101011111011101110101111101011101011100 | d7ddd7d75c |
UTF-8 | 忿忻\ | 11100101101111111011111111100101101111111011101101011100 | e5bfbfe5bfbb5c |
UHC | 忿?\ | 11011101110010000011111101011100 | ddc83f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)