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 | 縫碾\ | 1001011001000100111000011111100001011100 | 9644e1f85c |
EUC-JP | 縫碾\ | 1100101110100101111000101111101001011100 | cba5e2fa5c |
UTF-8 | 縫碾\ | 11100111101110001010101111100111101000101011111001011100 | e7b8abe7a2be5c |
UHC | 縫?\ | 11011100111011100011111101011100 | dcee3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)